....
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
f3a2f5aff4
commit
31a71091ac
11
.drone.yml
11
.drone.yml
|
@ -117,6 +117,17 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
- name: "git - status"
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
- format-branch
|
||||||
|
image: alpine/git:latest
|
||||||
|
commands:
|
||||||
|
- git status
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
- name: "git - deployed"
|
- name: "git - deployed"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in New Issue