From ff4f2753384bcdd9459b2a9dfd027d08ceb6db27 Mon Sep 17 00:00:00 2001 From: jhot Date: Tue, 31 Oct 2023 15:40:15 -0600 Subject: [PATCH] Use correct var --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b3424c1..ac1ba7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: debian:12 commands: - - echo $${DRONE_TAG:-$DRONE_REPO_BRANCH} + - echo $${DRONE_TAG:-$DRONE_BRANCH} # - apt-get update && apt-get install -y curl # - curl -fsSL https://get.docker.com -o get-docker.sh # - sh ./get-docker.sh