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