llllllllllllll
convert-to-yml / develop-branch (push) Successful in 26s
Details
convert-to-yml / develop-branch (push) Successful in 26s
Details
This commit is contained in:
parent
b5b5a4c5bb
commit
1d780c8966
|
@ -30,6 +30,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
git -C ../cloned fetch --depth=1
|
git -C ../cloned fetch --depth=1
|
||||||
|
git -C ../cloned branch
|
||||||
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
|
|
Loading…
Reference in New Issue