From 3c304b9b8830e4b07817a021133273394adeab4e Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 30 Jan 2017 16:24:50 +0100 Subject: [PATCH] tech(build): disable builds for master --- circle.yml | 2 +- scripts/build/deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index a92eec043d2..6258b9fbfcc 100644 --- a/circle.yml +++ b/circle.yml @@ -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 diff --git a/scripts/build/deploy.sh b/scripts/build/deploy.sh index 7fc1b0e499a..4de3d3f3fb1 100755 --- a/scripts/build/deploy.sh +++ b/scripts/build/deploy.sh @@ -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