@@ -17,12 +17,12 @@ defaults: &defaults
1717
1818commands :
1919 install-grabpl :
20- description : " Install Grafana build pipeline tool"
20+ description : ' Install Grafana build pipeline tool'
2121 steps :
2222 - run :
23- name : " Install Grafana build pipeline tool"
23+ name : ' Install Grafana build pipeline tool'
2424 command : |
25- VERSION=0.4.22
25+ VERSION=0.5.35
2626 curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
2727 chmod +x grabpl
2828 mv grabpl /tmp
5252 - build/*
5353
5454 package :
55- description : " Package plugin"
55+ description : ' Package plugin'
5656 parameters :
5757 arch :
5858 type : string
@@ -114,17 +114,17 @@ jobs:
114114 - checkout
115115 - add_ssh_keys :
116116 fingerprints :
117- - " 9a:40:f1:ad:ea:d5:c9:07:bd:54:dc:a8:0d:ea:be:0e"
117+ - ' 9a:40:f1:ad:ea:d5:c9:07:bd:54:dc:a8:0d:ea:be:0e'
118118 - attach_workspace :
119119 at : .
120120 - run :
121- name : " Install dependencies"
121+ name : ' Install dependencies'
122122 command : ' apk add --update --no-cache jq'
123123 - run :
124- name : " Generate MD5 checksums"
124+ name : ' Generate MD5 checksums'
125125 command : ' ./scripts/generate_md5sum.sh'
126126 - run :
127- name : " Publish Release on GitHub"
127+ name : ' Publish Release on GitHub'
128128 command : ' ./scripts/publish_github_release.sh'
129129
130130 publish-docker-release :
@@ -137,7 +137,7 @@ jobs:
137137 - checkout
138138 - setup_remote_docker
139139 - run :
140- name : " Build and push Docker image"
140+ name : ' Build and push Docker image'
141141 command : ./scripts/build_push_docker.sh
142142
143143workflows :
0 commit comments