From 7843bdca8336e9170191830ee87391ef074e4ab9 Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Tue, 25 Apr 2023 09:09:37 -0500 Subject: [PATCH] DRONE_TARGET_BRANCH -> GRAFANA_BRANCH --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 910467f1b7e..c38fb70ddab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2639,7 +2639,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - DRONE_TARGET_BRANCH: release-8.5.24 + GRAFANA_BRANCH: release-8.5.24 image: grafana/ci-wix:0.1.1 name: clone - commands: @@ -2654,7 +2654,7 @@ steps: environment: GITHUB_TOKEN: from_secret: github_token - DRONE_TARGET_BRANCH: release-8.5.24 + GRAFANA_BRANCH: release-8.5.24 image: grafana/ci-wix:0.1.1 name: windows-init - commands: @@ -2679,7 +2679,7 @@ steps: from_secret: github_token PRERELEASE_BUCKET: from_secret: prerelease_bucket - DRONE_TARGET_BRANCH: release-8.5.24 + GRAFANA_BRANCH: release-8.5.24 image: grafana/ci-wix:0.1.1 name: build-windows-installer trigger: