|
|
@@ -206,6 +206,9 @@ jobs:
|
|
|
- run: docker info
|
|
|
- run: cp dist/grafana-latest.linux-x64.tar.gz packaging/docker
|
|
|
- run: cd packaging/docker && ./build-deploy.sh "master-${CIRCLE_SHA1}"
|
|
|
+ - run: cp dist/grafana-enterprise-*.linux-amd64.tar.gz packaging/docker/grafana-latest.linux-x64.tar.gz
|
|
|
+ - run: cd packaging/docker && ./build-enterprise.sh "master"
|
|
|
+
|
|
|
|
|
|
grafana-docker-pr:
|
|
|
docker:
|
|
|
@@ -409,6 +412,7 @@ workflows:
|
|
|
- grafana-docker-master:
|
|
|
requires:
|
|
|
- build-all
|
|
|
+ - build-all-enterprise
|
|
|
- test-backend
|
|
|
- test-frontend
|
|
|
- codespell
|