trycommitmessage
This commit is contained in:
parent
a54116c8a9
commit
1cac52cb70
|
@ -96,11 +96,14 @@ steps:
|
|||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
- name: "git"
|
||||
- name: "git - deployed"
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
image: alpine/git:latest
|
||||
commands:
|
||||
- git log
|
||||
- git remote -v
|
||||
- git add -A
|
||||
- git commit -m $${DRONE_COMMIT_MESSAGE}
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
|
Loading…
Reference in New Issue