Compare commits
14 Commits
d16c6e870a
...
cbe5d4c5b6
Author | SHA1 | Date |
---|---|---|
|
cbe5d4c5b6 | |
|
355ad3fb0b | |
|
fe1171a7a6 | |
|
349a723537 | |
|
3a17a92d05 | |
|
47d21392bd | |
|
43a8ea8682 | |
|
a0172a5d2d | |
|
6c1f128d47 | |
|
afe5437268 | |
|
b99929d918 | |
|
8480a7b9e1 | |
|
6f4e2da714 | |
|
f484ad72b1 |
|
@ -20,10 +20,10 @@ steps:
|
||||||
- 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 log -n 1
|
- git log -n 1
|
||||||
- git fetch
|
- git fetch
|
||||||
- git checkout master
|
#- git checkout master
|
||||||
- git log -n 1
|
#- git log -n 1
|
||||||
- git pull origin master
|
#- git pull origin master
|
||||||
- git log -n 1
|
#- git log -n 1
|
||||||
# - git branch -D product-development
|
# - git branch -D product-development
|
||||||
- git checkout -b product-development
|
- git checkout -b product-development
|
||||||
#- git merge format-branch
|
#- git merge format-branch
|
||||||
|
|
Loading…
Reference in New Issue