Przeglądaj źródła

tech(build): disable builds for master

bergquist 9 lat temu
rodzic
commit
3c304b9b88
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      circle.yml
  2. 1 1
      scripts/build/deploy.sh

+ 1 - 1
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

+ 1 - 1
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