Merge pull request 'this is a PR! it rocks!' (#56) from product-development into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #56
This commit is contained in:
giles 2023-10-19 00:15:36 +00:00
commit 318014ce06
2 changed files with 4 additions and 7 deletions

View File

@ -18,11 +18,8 @@ steps:
image: alpine/git:latest image: alpine/git:latest
commands: commands:
- 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 checkout -b master - git fetch
- git pull origin master
# - git branch -D product-development
- git checkout -b product-development - git checkout -b product-development
#- git merge format-branch
- git merge --squash --no-commit --strategy-option=theirs format-branch - git merge --squash --no-commit --strategy-option=theirs format-branch
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
@ -100,8 +97,8 @@ steps:
commands: commands:
- 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 "converted to yml - $${DRONE_COMMIT_MESSAGE}"
- git push origin HEAD:product-development - git push -f 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.s.......
- RecipeApprovalStep: - RecipeApprovalStep:
- Name: Review Recipe - Name: Review Recipe
- Id: '-3' - Id: '-3'