Use correct var
continuous-integration/drone Build is passing Details

pull/5/head
jhot 2023-10-31 15:40:15 -06:00
parent 8a8fe00327
commit ff4f275338
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: debian:12 image: debian:12
commands: commands:
- echo $${DRONE_TAG:-$DRONE_REPO_BRANCH} - echo $${DRONE_TAG:-$DRONE_BRANCH}
# - apt-get update && apt-get install -y curl # - apt-get update && apt-get install -y curl
# - curl -fsSL https://get.docker.com -o get-docker.sh # - curl -fsSL https://get.docker.com -o get-docker.sh
# - sh ./get-docker.sh # - sh ./get-docker.sh