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