@@ -17,12 +17,12 @@ defaults: &defaults
17
17
18
18
commands :
19
19
install-grabpl :
20
- description : " Install Grafana build pipeline tool"
20
+ description : ' Install Grafana build pipeline tool'
21
21
steps :
22
22
- run :
23
- name : " Install Grafana build pipeline tool"
23
+ name : ' Install Grafana build pipeline tool'
24
24
command : |
25
- VERSION=0.4.22
25
+ VERSION=0.5.35
26
26
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
27
27
chmod +x grabpl
28
28
mv grabpl /tmp
52
52
- build/*
53
53
54
54
package :
55
- description : " Package plugin"
55
+ description : ' Package plugin'
56
56
parameters :
57
57
arch :
58
58
type : string
@@ -114,17 +114,17 @@ jobs:
114
114
- checkout
115
115
- add_ssh_keys :
116
116
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'
118
118
- attach_workspace :
119
119
at : .
120
120
- run :
121
- name : " Install dependencies"
121
+ name : ' Install dependencies'
122
122
command : ' apk add --update --no-cache jq'
123
123
- run :
124
- name : " Generate MD5 checksums"
124
+ name : ' Generate MD5 checksums'
125
125
command : ' ./scripts/generate_md5sum.sh'
126
126
- run :
127
- name : " Publish Release on GitHub"
127
+ name : ' Publish Release on GitHub'
128
128
command : ' ./scripts/publish_github_release.sh'
129
129
130
130
publish-docker-release :
@@ -137,7 +137,7 @@ jobs:
137
137
- checkout
138
138
- setup_remote_docker
139
139
- run :
140
- name : " Build and push Docker image"
140
+ name : ' Build and push Docker image'
141
141
command : ./scripts/build_push_docker.sh
142
142
143
143
workflows :
0 commit comments