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
|
DOCKER_REPO: glenux/service-dolibarr
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: debug
|
- name: Dokku
|
||||||
image: alpine
|
image: debian:11-slim
|
||||||
commands:
|
commands:
|
||||||
- echo "Repository: ${DOCKER_REPO}"
|
- "echo 'Repository: $DOCKER_REPO'"
|
||||||
- echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"
|
- "echo 'Git commit: $DRONE_COMMIT_SHA'"
|
||||||
|
|
||||||
- name: publish:commit_sha
|
- name: publish:commit_sha
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue