CircleCI: Make k8s deployment depend on enterprise Docker image (#23078)

* CircleCI: Make k8s deployment depend on enterprise Docker image
* CircleCI: Upgrade grabpl
This commit is contained in:
Arve Knudsen 2020-03-25 18:35:38 +01:00 committed by GitHub
parent 6f9c3ab8ab
commit 52cd6068d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ jobs:
- run: - run:
name: Install Grafana Build Pipeline name: Install Grafana Build Pipeline
command: | command: |
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.2.3/grabpl curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.2.4/grabpl
chmod +x grabpl chmod +x grabpl
mkdir bin mkdir bin
mv grabpl bin/ mv grabpl bin/
@ -1244,7 +1244,7 @@ workflows:
- deploy-to-kubernetes: - deploy-to-kubernetes:
filters: *filter-only-master filters: *filter-only-master
requires: requires:
- publish-oss-docker-images - publish-enterprise-docker-images
nightly: nightly:
triggers: triggers: