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

This commit is contained in:
giles 2023-10-18 23:37:29 +01:00
parent f776f46db3
commit 42e5832391
1 changed files with 1 additions and 1 deletions

View File

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