format/tryagain -> develop/tryagain
build-develop-branch / build-branch (push) Failing after 25s
Details
build-develop-branch / build-branch (push) Failing after 25s
Details
This commit is contained in:
parent
d312d9d136
commit
994a9c414a
|
@ -29,7 +29,8 @@ jobs:
|
||||||
- name: clone
|
- name: clone
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
|
git -C ../cloned fetch --depth=1
|
||||||
|
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
cp -r . ../cloned
|
cp -r . ../cloned
|
||||||
|
|
|
@ -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 forvfvfsxsxsxvf review.s...hhh....
|
- Description: Confirmation by the author of the recipe that it is ready forvfvfssssxsxsxvf review.s...hhh....
|
||||||
- RecipeApprovalStep:
|
- RecipeApprovalStep:
|
||||||
- Name: Review Recipe
|
- Name: Review Recipe
|
||||||
- Id: '-3'
|
- Id: '-3'
|
||||||
|
|
Loading…
Reference in New Issue