From a6cc64290c0522b3610cd17612745e0a5aa9fb6a Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Fri, 21 Aug 2020 11:42:57 +0200 Subject: [PATCH] CI: Upgrade build pipeline tool (#27120) Signed-off-by: Arve Knudsen --- .circleci/config.yml | 2 +- .drone.yml | 6 +++--- scripts/lib.star | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1f00edf9dc..1392d93abf7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ commands: - run: name: "Install Grafana build pipeline tool" command: | - VERSION=0.5.0 + VERSION=0.5.5 curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl chmod +x grabpl mv grabpl /tmp diff --git a/.drone.yml b/.drone.yml index b86bb23c5e7..efbd6c05434 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: - yarn install --frozen-lockfile --no-progress environment: DOCKERIZE_VERSION: 0.6.1 - GRABPL_VERSION: 0.5.4 + GRABPL_VERSION: 0.5.5 - name: lint-backend image: grafana/build-container:1.2.24 @@ -252,7 +252,7 @@ steps: - yarn install --frozen-lockfile --no-progress environment: DOCKERIZE_VERSION: 0.6.1 - GRABPL_VERSION: 0.5.4 + GRABPL_VERSION: 0.5.5 - name: lint-backend image: grafana/build-container:1.2.24 @@ -519,7 +519,7 @@ steps: - gcloud auth activate-service-account --key-file=gcpkey.json - rm gcpkey.json - $$ProgressPreference = "SilentlyContinue" - - Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.4/windows/grabpl.exe -OutFile grabpl.exe + - Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.5/windows/grabpl.exe -OutFile grabpl.exe - Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/oss/master/grafana-7.2.0-9fffe273pre.windows-amd64.zip -OutFile grafana.zip - cp C:\App\nssm-2.24.zip . - ./grabpl.exe windows-installer --edition oss grafana.zip diff --git a/scripts/lib.star b/scripts/lib.star index e73973364c4..a8a959f8e17 100644 --- a/scripts/lib.star +++ b/scripts/lib.star @@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.5' grafana_docker_image = 'grafana/drone-grafana-docker:0.2.0' alpine_image = 'alpine:3.12' windows_image = 'mcr.microsoft.com/windows:1809' -grabpl_version = '0.5.4' +grabpl_version = '0.5.5' def pr_pipelines(edition): services = [