trycommitmessage
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
giles 2023-10-18 16:58:38 +01:00
parent a54116c8a9
commit 1cac52cb70
1 changed files with 6 additions and 3 deletions

View File

@ -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