...
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
5e40901906
commit
bf85760a8a
16
.drone.yml
16
.drone.yml
|
@ -86,6 +86,12 @@ steps:
|
|||
- git fetch
|
||||
- git checkout deployed
|
||||
- git merge master
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
GIT_USER:
|
||||
from_secret: GIT_USER
|
||||
|
||||
- name: "check out product-development"
|
||||
when:
|
||||
branch:
|
||||
|
@ -96,6 +102,11 @@ steps:
|
|||
- git fetch
|
||||
- git checkout product-development
|
||||
- git merge format-branch
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
GIT_USER:
|
||||
from_secret: GIT_USER
|
||||
|
||||
- name: "convert to xml"
|
||||
image: sigyl/zone-10-batch2yaml:latest
|
||||
|
@ -139,6 +150,11 @@ steps:
|
|||
- git add -A
|
||||
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
||||
- git push origin
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
GIT_USER:
|
||||
from_secret: GIT_USER
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
|
Loading…
Reference in New Issue