.
This commit is contained in:
parent
aaf1081e64
commit
56570b8408
|
@ -100,7 +100,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 '$${DRONE_COMMIT_MESSAGE}'
|
||||
- git commit -m '${DRONE_COMMIT_MESSAGE}'
|
||||
- git push origin --set-upstream $$(git symbolic-ref --short HEAD)
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
|
|
Loading…
Reference in New Issue