Compare commits
1 Commits
c5a59bb5da
...
da0a03790a
Author | SHA1 | Date |
---|---|---|
giles | da0a03790a |
|
@ -19,16 +19,17 @@ steps:
|
||||||
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 log -n 1
|
- git log -n 1
|
||||||
- git checkout -b master
|
- git fetch
|
||||||
|
- 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
|
||||||
#- git merge --squash --no-commit --strategy-option=theirs format-branch
|
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
- git checkout format-branch **/*.*
|
- git merge --squash --no-commit --strategy-option=theirs format-branch
|
||||||
|
# - git checkout format-branch **/*.*
|
||||||
- git status
|
- git status
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
environment:
|
environment:
|
||||||
|
@ -107,7 +108,7 @@ steps:
|
||||||
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 add -A
|
- git add -A
|
||||||
- git commit -m "$${DRONE_COMMIT_MESSAGE}"
|
- git commit -m "converted to yml - $${DRONE_COMMIT_MESSAGE}"
|
||||||
- git push -f origin HEAD:product-development
|
- git push -f origin HEAD:product-development
|
||||||
environment:
|
environment:
|
||||||
GIT_PASSWORD:
|
GIT_PASSWORD:
|
||||||
|
|
Loading…
Reference in New Issue