Compare commits
8 Commits
6f773c8eef
...
c88b92af8c
Author | SHA1 | Date |
---|---|---|
giles | c88b92af8c | |
giles | 1e5820b6e4 | |
giles | 45bd072e4a | |
giles | 52334f4414 | |
giles | d5cf99fc2d | |
giles | d7bb93b851 | |
giles | f362e88986 | |
giles | 56570b8408 |
|
@ -100,8 +100,8 @@ steps:
|
|||
commands:
|
||||
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
|
||||
- git add -A
|
||||
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
||||
- git push origin --set-upstream $$(git symbolic-ref --short HEAD)
|
||||
- git commit -m "$${DRONE_COMMIT_MESSAGE}"
|
||||
- git push -f origin --set-upstream $$(git symbolic-ref --short HEAD)
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue