From 38bb3e55f32f0b1159e76cbd6863e05d5df1ac07 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Tue, 23 Jun 2020 17:10:52 +0200 Subject: [PATCH] CircleCI: Upgrade build pipeline tool (#25741) Signed-off-by: Arve Knudsen (cherry picked from commit ba6aefb6ec0b3bed60e71d103dbea5d1bf2711bf) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff5eb73b216..3c7fa58b75f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ commands: - run: name: "Install Grafana build pipeline tool" command: | - VERSION=0.4.11 + VERSION=0.4.14 curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl chmod +x grabpl mv grabpl /tmp