Merge pull request '.' (#38) from product-development into master
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
Reviewed-on: #38
This commit is contained in:
commit
52334f4414
|
@ -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