Skip to content

Commit bc4f8be

Browse files
committed
sign drone file
1 parent fc5b2e7 commit bc4f8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platform:
1111

1212
steps:
1313
- name: initialize
14-
image: grafana/grafana-plugin-ci:1.9.0
14+
image: grafana/grafana-plugin-ci:1.9.5
1515
commands:
1616
- mkdir -p bin
1717
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.27/grabpl
@@ -21,7 +21,7 @@ steps:
2121
- rm -rf node_modules/@grafana/data/node_modules
2222

2323
- name: build-and-test-frontend
24-
image: grafana/grafana-plugin-ci:1.9.0
24+
image: grafana/grafana-plugin-ci:1.9.5
2525
commands:
2626
- yarn eslint ./src --ext .js,.jsx,.ts,.tsx
2727
- yarn build
@@ -31,6 +31,6 @@ steps:
3131

3232
---
3333
kind: signature
34-
hmac: 3af0c951d64c787596492c1b2725a42003cefa0aca2f483dd111159c454c720d
34+
hmac: dccdcff11ff29d7de4da17c11bf06aada101cf27aa8537272b2a8328fd1db8a9
3535

3636
...

0 commit comments

Comments
 (0)