Merge pull request 'this is a PR! it rocks!' (#24) from format-branch into master
continuous-integration/drone/push Build is failing Details

Reviewed-on: #24
This commit is contained in:
giles 2023-10-18 16:00:21 +00:00
commit 5eb36a4b05
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