trycommitmessage
This commit is contained in:
parent
1cac52cb70
commit
8b7f6769b5
|
@ -103,7 +103,7 @@ steps:
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
commands:
|
commands:
|
||||||
- git add -A
|
- git add -A
|
||||||
- git commit -m $${DRONE_COMMIT_MESSAGE}
|
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
|
Loading…
Reference in New Issue