Compare commits
8 Commits
6f773c8eef
...
c88b92af8c
| Author | SHA1 | Date |
|---|---|---|
|
|
c88b92af8c | |
|
|
1e5820b6e4 | |
|
|
45bd072e4a | |
|
|
52334f4414 | |
|
|
d5cf99fc2d | |
|
|
d7bb93b851 | |
|
|
f362e88986 | |
|
|
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
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue