Commit 52cd6068 by Arve Knudsen Committed by GitHub

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

* CircleCI: Make k8s deployment depend on enterprise Docker image
* CircleCI: Upgrade grabpl
parent 6f9c3ab8
......@@ -48,7 +48,7 @@ jobs:
- run:
name: Install Grafana Build Pipeline
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
mkdir bin
mv grabpl bin/
......@@ -1244,7 +1244,7 @@ workflows:
- deploy-to-kubernetes:
filters: *filter-only-master
requires:
- publish-oss-docker-images
- publish-enterprise-docker-images
nightly:
triggers:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment