Compare commits
2 Commits
694c0bf1d3
...
0333cec19b
Author | SHA1 | Date |
---|---|---|
|
0333cec19b | |
|
47f3a1f2a9 |
|
@ -18,19 +18,15 @@ steps:
|
|||
image: alpine/git:latest
|
||||
commands:
|
||||
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
|
||||
- git log -n 1
|
||||
- git checkout -b master
|
||||
- git log -n 1
|
||||
- git pull origin master
|
||||
- git log -n 1
|
||||
# - git branch -D product-development
|
||||
- git checkout -b product-development
|
||||
#- git merge format-branch
|
||||
#- git merge --squash --no-commit --strategy-option=theirs format-branch
|
||||
- git log -n 1
|
||||
- git checkout format-branch **/*.*
|
||||
- git status
|
||||
- git log -n 1
|
||||
- git log -n 3
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue