Didn't need that dollar sign
continuous-integration/drone Build is failing Details

pull/5/head
jhot 2023-11-01 08:51:08 -06:00
parent 73788158fb
commit f5a8ad3386
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:
- $TAG=$${DRONE_TAG:-$DRONE_BRANCH} # set tag to tag name (if applicable) or branch name - TAG=$${DRONE_TAG:-$DRONE_BRANCH} # set tag to tag name (if applicable) or branch name
- apt-get update && apt-get install -y curl # install dependencies from apt - apt-get update && apt-get install -y curl # install dependencies from apt
- curl -fsSL https://get.docker.com -o get-docker.sh # install docker - curl -fsSL https://get.docker.com -o get-docker.sh # install docker
- sh ./get-docker.sh - sh ./get-docker.sh