mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Upgrade build pipeline tool (#26165)
* Upgrade build pipeline tool * Update config.yml * Remove edition parameter from deploy-to-kubernetes
This commit is contained in:
parent
7b80e300d9
commit
45cfb3451b
@ -56,7 +56,7 @@ commands:
|
||||
- run:
|
||||
name: "Install Grafana build pipeline tool"
|
||||
command: |
|
||||
VERSION=0.4.19
|
||||
VERSION=0.4.20
|
||||
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
|
||||
chmod +x grabpl
|
||||
mv grabpl /tmp
|
||||
@ -924,11 +924,14 @@ jobs:
|
||||
description: "Deploy Grafana master Docker image to Kubernetes"
|
||||
executor: base
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: /tmp/workspace
|
||||
- install-grabpl
|
||||
- run:
|
||||
name: Deploy to Kubernetes
|
||||
command: |
|
||||
/tmp/grabpl deploy-to-k8s $CIRCLE_WORKFLOW_ID
|
||||
cp -r /tmp/workspace/enterprise/dist .
|
||||
/tmp/grabpl deploy-to-k8s
|
||||
|
||||
release-packages:
|
||||
executor: node
|
||||
|
Loading…
Reference in New Issue
Block a user