This commit is contained in:
parent
ccbed63d42
commit
c2aa144483
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ 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'"
|
- 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'
|
||||||
|
|
||||||
- name: publish:commit_sha
|
- name: publish:commit_sha
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue