This commit is contained in:
parent
ce0a5ba5e8
commit
e47e667fc6
1 changed files with 4 additions and 4 deletions
|
@ -7,11 +7,11 @@ environment:
|
|||
DOCKER_REPO: glenux/service-dolibarr
|
||||
|
||||
steps:
|
||||
- name: debug
|
||||
image: alpine
|
||||
- name: Dokku
|
||||
image: debian:11-slim
|
||||
commands:
|
||||
- echo "Repository: ${DOCKER_REPO}"
|
||||
- echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"
|
||||
- "echo 'Repository: $DOCKER_REPO'"
|
||||
- "echo 'Git commit: $DRONE_COMMIT_SHA'"
|
||||
|
||||
- name: publish:commit_sha
|
||||
image: plugins/docker
|
||||
|
|
Loading…
Reference in a new issue