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
@@ -32,7 +32,7 @@ test:
deployment:
gh_branch:
branch: master
branch: new_master
commands:
- pip install awscli
- sudo apt-get update; sudo apt-get install rpm; sudo apt-get install expect
+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