tech(build): disable builds for master

This commit is contained in:
bergquist
2017-01-30 16:24:50 +01:00
parent cefb4103a7
commit 3c304b9b88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ echo "Circle tag: ${CIRCLE_TAG}"
docker run -i -t --name gfbuild \
-v $(pwd)/dist:/tmp/dist \
-e "CIRCLE_BRANCH=${CIRCLE_BRANCH}" \
-e "CIRCLE_TAG=${CIRCLE_BRANCH}" \
-e "CIRCLE_TAG=${CIRCLE_TAG}" \
grafana/buildcontainer