|
|
|
@ -56,7 +56,7 @@ commands: |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: "Install Grafana build pipeline tool" |
|
|
|
name: "Install Grafana build pipeline tool" |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
VERSION=0.4.19 |
|
|
|
VERSION=0.4.20 |
|
|
|
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl |
|
|
|
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl |
|
|
|
chmod +x grabpl |
|
|
|
chmod +x grabpl |
|
|
|
mv grabpl /tmp |
|
|
|
mv grabpl /tmp |
|
|
|
@ -924,11 +924,14 @@ jobs: |
|
|
|
description: "Deploy Grafana master Docker image to Kubernetes" |
|
|
|
description: "Deploy Grafana master Docker image to Kubernetes" |
|
|
|
executor: base |
|
|
|
executor: base |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
|
|
|
|
- attach_workspace: |
|
|
|
|
|
|
|
at: /tmp/workspace |
|
|
|
- install-grabpl |
|
|
|
- install-grabpl |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Deploy to Kubernetes |
|
|
|
name: Deploy to Kubernetes |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
/tmp/grabpl deploy-to-k8s $CIRCLE_WORKFLOW_ID |
|
|
|
cp -r /tmp/workspace/enterprise/dist . |
|
|
|
|
|
|
|
/tmp/grabpl deploy-to-k8s |
|
|
|
|
|
|
|
|
|
|
|
release-packages: |
|
|
|
release-packages: |
|
|
|
executor: node |
|
|
|
executor: node |
|
|
|
|