Merge pull request 'this is a PR! it rocks!' (#25) from format-branch into master
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #25
This commit is contained in:
commit
1132491bb8
|
@ -103,7 +103,7 @@ steps:
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
commands:
|
commands:
|
||||||
- git add -A
|
- git add -A
|
||||||
- git commit -m $${DRONE_COMMIT_MESSAGE}
|
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
|
Loading…
Reference in New Issue