mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
tech(build): disable builds for master
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user