Compare commits
2 Commits
594836dd28
...
2eda08b4c8
Author | SHA1 | Date |
---|---|---|
Continuous Integration | 2eda08b4c8 | |
Continuous Integration | e6f3f3dc5c |
|
@ -31,7 +31,7 @@ jobs:
|
|||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
git -C ../cloned fetch origin #--depth=1
|
||||
git -C ../cloned branch -r
|
||||
git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
|
||||
git -C ../cloned switch $DEVELOPMENT_BRANCH
|
||||
mv ../cloned/.git ..
|
||||
rm -rf ../cloned
|
||||
cp -r . ../cloned
|
||||
|
|
|
@ -1 +1 @@
|
|||
DO SOMETHING!s
|
||||
DO SOMETHING!
|
||||
|
|
Loading…
Reference in New Issue