Use correct var
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
parent
8a8fe00327
commit
ff4f275338
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue