Merge pull request 'product-development' (#47) from product-development into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #47
This commit is contained in:
giles 2023-10-18 21:52:23 +00:00
commit 226c04bed7
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ steps:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git checkout -b master
- git pull origin master
- git branch -D product-development
- git checkout product-development
- merge --squash --no-commit --no-ff --strategyoption=theirs format-branch
# - git branch -D product-development
- git checkout -b product-development
- git merge --squash --no-commit --strategy-option=theirs format-branch
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD

View File

@ -135,7 +135,7 @@
- Required: '0'
- ApproveSignatureTemplateName: 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:
- Name: Review Recipe
- Id: '-3'