Skip to content

Commit

Permalink
circleci: newest version of grabpl (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellee authored Jan 26, 2021
1 parent 8741fd6 commit bc7488a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ defaults: &defaults

commands:
install-grabpl:
description: "Install Grafana build pipeline tool"
description: 'Install Grafana build pipeline tool'
steps:
- run:
name: "Install Grafana build pipeline tool"
name: 'Install Grafana build pipeline tool'
command: |
VERSION=0.4.22
VERSION=0.5.35
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
chmod +x grabpl
mv grabpl /tmp
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- build/*

package:
description: "Package plugin"
description: 'Package plugin'
parameters:
arch:
type: string
Expand Down Expand Up @@ -114,17 +114,17 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- "9a:40:f1:ad:ea:d5:c9:07:bd:54:dc:a8:0d:ea:be:0e"
- '9a:40:f1:ad:ea:d5:c9:07:bd:54:dc:a8:0d:ea:be:0e'
- attach_workspace:
at: .
- run:
name: "Install dependencies"
name: 'Install dependencies'
command: 'apk add --update --no-cache jq'
- run:
name: "Generate MD5 checksums"
name: 'Generate MD5 checksums'
command: './scripts/generate_md5sum.sh'
- run:
name: "Publish Release on GitHub"
name: 'Publish Release on GitHub'
command: './scripts/publish_github_release.sh'

publish-docker-release:
Expand All @@ -137,7 +137,7 @@ jobs:
- checkout
- setup_remote_docker
- run:
name: "Build and push Docker image"
name: 'Build and push Docker image'
command: ./scripts/build_push_docker.sh

workflows:
Expand Down

0 comments on commit bc7488a

Please sign in to comment.