Upgrade build pipeline tool (#26165)

* Upgrade build pipeline tool

* Update config.yml

* Remove edition parameter from deploy-to-kubernetes
pull/26514/head
Sofia Papagiannaki 6 years ago committed by GitHub
parent 7b80e300d9
commit 45cfb3451b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .circleci/config.yml

@ -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

Loading…
Cancel
Save