Compare commits
10 Commits
da0a03790a
...
c5a59bb5da
Author | SHA1 | Date |
---|---|---|
giles | c5a59bb5da | |
giles | 47d21392bd | |
giles | 43a8ea8682 | |
giles | a0172a5d2d | |
giles | 6c1f128d47 | |
giles | afe5437268 | |
giles | b99929d918 | |
giles | 8480a7b9e1 | |
giles | 6f4e2da714 | |
giles | f484ad72b1 |
|
@ -19,17 +19,16 @@ steps:
|
|||
commands:
|
||||
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
|
||||
- git log -n 1
|
||||
- git fetch
|
||||
- git checkout master
|
||||
- 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 merge --squash --no-commit --strategy-option=theirs format-branch
|
||||
# - git checkout format-branch **/*.*
|
||||
- git checkout format-branch **/*.*
|
||||
- git status
|
||||
- git log -n 1
|
||||
environment:
|
||||
|
@ -108,7 +107,7 @@ steps:
|
|||
commands:
|
||||
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
|
||||
- git add -A
|
||||
- git commit -m "converted to yml - $${DRONE_COMMIT_MESSAGE}"
|
||||
- git commit -m "$${DRONE_COMMIT_MESSAGE}"
|
||||
- git push -f origin HEAD:product-development
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
|
|
Loading…
Reference in New Issue