Commit 3c304b9b by bergquist

tech(build): disable builds for master

parent cefb4103
...@@ -32,7 +32,7 @@ test: ...@@ -32,7 +32,7 @@ test:
deployment: deployment:
gh_branch: gh_branch:
branch: master branch: new_master
commands: commands:
- pip install awscli - pip install awscli
- sudo apt-get update; sudo apt-get install rpm; sudo apt-get install expect - sudo apt-get update; sudo apt-get install rpm; sudo apt-get install expect
......
...@@ -7,5 +7,5 @@ echo "Circle tag: ${CIRCLE_TAG}" ...@@ -7,5 +7,5 @@ echo "Circle tag: ${CIRCLE_TAG}"
docker run -i -t --name gfbuild \ docker run -i -t --name gfbuild \
-v $(pwd)/dist:/tmp/dist \ -v $(pwd)/dist:/tmp/dist \
-e "CIRCLE_BRANCH=${CIRCLE_BRANCH}" \ -e "CIRCLE_BRANCH=${CIRCLE_BRANCH}" \
-e "CIRCLE_TAG=${CIRCLE_BRANCH}" \ -e "CIRCLE_TAG=${CIRCLE_TAG}" \
grafana/buildcontainer grafana/buildcontainer
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