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