mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Juggling with workflow
This commit is contained in:
parent
54df38376a
commit
24a9aa0834
8
.github/workflows/flathub_push_cooker.yml
vendored
8
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
||||||
$gits_folder/flathub/
|
$gits_folder/flathub/
|
||||||
|
|
||||||
cd $gits_folder/flathub
|
cd $gits_folder/flathub
|
||||||
|
ls -la
|
||||||
|
|
||||||
if [ -d .git/modules ]; then
|
if [ -d .git/modules ]; then
|
||||||
rm -rfv .git/modules/*
|
rm -rfv .git/modules/*
|
||||||
fi
|
fi
|
||||||
|
@ -71,10 +73,10 @@ jobs:
|
||||||
fi
|
fi
|
||||||
git submodule add https://github.com/flathub/shared-modules.git shared-modules
|
git submodule add https://github.com/flathub/shared-modules.git shared-modules
|
||||||
|
|
||||||
if [ -d $gits_folder/RetroDECK/rd-submodules/retroarch ]; then
|
if [ -d rd-submodules/retroarch ]; then
|
||||||
git rm -rf $gits_folder/RetroDECK/rd-submodules/retroarch
|
git rm -rf rd-submodules/retroarch
|
||||||
fi
|
fi
|
||||||
git submodule add https://github.com/flathub/org.libretro.RetroArch.git $gits_folder/RetroDECK/rd-submodules/retroarch
|
git submodule add https://github.com/flathub/org.libretro.RetroArch.git rd-submodules/retroarch
|
||||||
|
|
||||||
# unbinds all submodules
|
# unbinds all submodules
|
||||||
git submodule deinit -f .
|
git submodule deinit -f .
|
||||||
|
|
Loading…
Reference in a new issue