Compare commits
No commits in common. "eae4a75f0aff2535331c6b4bc65f6f0ca8c1a4a6" and "72f79a81feb07fede8877e447a4891db215831d9" have entirely different histories.
eae4a75f0a
...
72f79a81fe
|
@ -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 -b product-development
|
||||
- git merge --squash --no-commit --strategy-option=theirs format-branch
|
||||
- git branch -D product-development
|
||||
- git checkout product-development
|
||||
- merge --squash --no-commit --no-ff --strategyoption=theirs format-branch
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue