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