Compare commits
4 Commits
6c24b11edd
...
d9aeb61e4b
Author | SHA1 | Date |
---|---|---|
giles | d9aeb61e4b | |
giles | abc98c5c50 | |
giles | b99929d918 | |
giles | 8480a7b9e1 |
|
@ -101,7 +101,7 @@ steps:
|
||||||
- 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 HEAD:product-development
|
- git push -f origin HEAD:product-development
|
||||||
environment:
|
environment:
|
||||||
GIT_PASSWORD:
|
GIT_PASSWORD:
|
||||||
from_secret: GIT_PASSWORD
|
from_secret: GIT_PASSWORD
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue