This commit is contained in:
parent
c2aa144483
commit
97b8c096fc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ steps:
|
||||||
- name: debug
|
- name: debug
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- 'echo "Repository: ${DOCKER_REPO}"'
|
- 'echo "Repository: $${DOCKER_REPO}"'
|
||||||
- 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'
|
- 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'
|
||||||
|
|
||||||
- name: publish:commit_sha
|
- name: publish:commit_sha
|
||||||
|
|
Loading…
Reference in a new issue