haha
continuous-integration/drone/push Build is passing Details

This commit is contained in:
giles 2023-10-19 00:27:38 +01:00
parent 8480a7b9e1
commit b99929d918
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ steps:
- 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 HEAD:product-development
- git push -f origin HEAD:product-development
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD