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