Commit 5f0033f3 by bergquist

tech(build): path to build relative

parent ac111bc2
......@@ -37,6 +37,8 @@ deployment:
- pip install awscli
- ./scripts/build/build_container.sh
- ./scripts/build/deploy.sh
#- aws s3 sync ./dist s3://$BUCKET_NAME
#- ./scripts/trigger_grafana_docker_build.sh ${TRIGGER_GRAFANA_DOCKER_CIRCLECI_TOKEN}
gh_tag:
tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
owner: grafana
......
......@@ -33,8 +33,8 @@ RUN mkdir -p /go/src /go/bin && chmod -R 777 /go
ENV GOPATH /go
ENV PATH /go/bin:$PATH
ADD build.sh /tmp/
ADD ./scripts/build/build.sh /tmp/
WORKDIR /tmp/
CMD ["./build.sh"]
CMD ["build.sh"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment