CircleCI: Upgrade build pipeline tool (#24732)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/24734/head
Arve Knudsen 5 years ago committed by GitHub
parent bd42407620
commit 7a44034d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -56,7 +56,7 @@ commands:
- run:
name: "Install Grafana build pipeline tool"
command: |
VERSION=0.4.6
VERSION=0.4.7
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
chmod +x grabpl
mv grabpl /tmp

Loading…
Cancel
Save