mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
6f9c3ab8ab
commit
52cd6068d1
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user