...
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 fetch
|
||||||
- git checkout deployed
|
- git checkout deployed
|
||||||
- git merge master
|
- git merge master
|
||||||
|
environment:
|
||||||
|
GIT_PASSWORD:
|
||||||
|
from_secret: GIT_PASSWORD
|
||||||
|
GIT_USER:
|
||||||
|
from_secret: GIT_USER
|
||||||
|
|
||||||
- name: "check out product-development"
|
- name: "check out product-development"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
@ -96,6 +102,11 @@ steps:
|
||||||
- git fetch
|
- git fetch
|
||||||
- git checkout product-development
|
- git checkout product-development
|
||||||
- git merge format-branch
|
- git merge format-branch
|
||||||
|
environment:
|
||||||
|
GIT_PASSWORD:
|
||||||
|
from_secret: GIT_PASSWORD
|
||||||
|
GIT_USER:
|
||||||
|
from_secret: GIT_USER
|
||||||
|
|
||||||
- name: "convert to xml"
|
- name: "convert to xml"
|
||||||
image: sigyl/zone-10-batch2yaml:latest
|
image: sigyl/zone-10-batch2yaml:latest
|
||||||
|
@ -139,6 +150,11 @@ steps:
|
||||||
- git add -A
|
- git add -A
|
||||||
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
||||||
- git push origin
|
- git push origin
|
||||||
|
environment:
|
||||||
|
GIT_PASSWORD:
|
||||||
|
from_secret: GIT_PASSWORD
|
||||||
|
GIT_USER:
|
||||||
|
from_secret: GIT_USER
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
|
Loading…
Reference in New Issue