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