.
This commit is contained in:
parent
875fdc3ecb
commit
952ed98ea9
|
@ -36,7 +36,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
||||||
- git fetch
|
- git fetch
|
||||||
- git checkout product-development
|
- git checkout -b product-development
|
||||||
- git merge format-branch
|
- git merge format-branch
|
||||||
environment:
|
environment:
|
||||||
GIT_PASSWORD:
|
GIT_PASSWORD:
|
||||||
|
@ -52,7 +52,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
||||||
- git fetch
|
- git fetch
|
||||||
- git checkout deployed
|
- git checkout -b deployed
|
||||||
- git merge master
|
- git merge master
|
||||||
environment:
|
environment:
|
||||||
GIT_PASSWORD:
|
GIT_PASSWORD:
|
||||||
|
|
Loading…
Reference in New Issue