Compare commits

..

1 Commits

Author SHA1 Message Date
giles 8b4dd10215 some changes
continuous-integration/drone/push Build is passing Details
2023-10-18 23:18:11 +00:00
2 changed files with 2 additions and 2 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 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 -f origin HEAD:product-development - git push origin HEAD:product-development
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
from_secret: GIT_PASSWORD from_secret: GIT_PASSWORD

View File

@ -135,7 +135,7 @@
- Required: '0' - Required: '0'
- ApproveSignatureTemplateName: null - ApproveSignatureTemplateName: null
- RevertSignatureTemplateName: null - RevertSignatureTemplateName: null
- Description: Confirmation by the author of the recipe that it is ready for review........ - Description: Confirmation by the author of the recipe that it is ready for review......
- RecipeApprovalStep: - RecipeApprovalStep:
- Name: Review Recipe - Name: Review Recipe
- Id: '-3' - Id: '-3'