Compare commits
1 Commits
11647339af
...
b3f453807d
Author | SHA1 | Date |
---|---|---|
giles | b3f453807d |
|
@ -17,12 +17,12 @@ steps:
|
||||||
- format-branch
|
- format-branch
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
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 checkout -b master
|
- git checkout -b master
|
||||||
#- git pull origin master
|
- git pull origin master
|
||||||
# - git branch -D product-development
|
# - git branch -D product-development
|
||||||
- git checkout -b product-development
|
- git checkout -b product-development
|
||||||
#- git merge --squash --no-commit --strategy-option=theirs format-branch
|
- git merge --squash --no-commit --strategy-option=theirs format-branch
|
||||||
environment:
|
environment:
|
||||||
GIT_PASSWORD:
|
GIT_PASSWORD:
|
||||||
from_secret: GIT_PASSWORD
|
from_secret: GIT_PASSWORD
|
||||||
|
|
Loading…
Reference in New Issue