mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
Juggling with workflow
This commit is contained in:
parent
95828579fb
commit
21356e6f0c
12
.github/workflows/flathub_push_cooker.yml
vendored
12
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -58,14 +58,18 @@ jobs:
|
||||||
'net.retrodeck.retrodeck.yml' \
|
'net.retrodeck.retrodeck.yml' \
|
||||||
'README.md' \
|
'README.md' \
|
||||||
$gits_folder/flathub/
|
$gits_folder/flathub/
|
||||||
cd $gits_folder/flathub
|
|
||||||
|
|
||||||
rm -rf .git/modules/*
|
cd $gits_folder/flathub
|
||||||
|
rm -rfv .git/modules/*
|
||||||
# Adding the real submodules, please update this every time a submodule is added
|
# Adding the real submodules, please update this every time a submodule is added
|
||||||
git rm -rf shared-modules
|
if [ -d shared-modules ]; then
|
||||||
|
git rm -rfv shared-modules
|
||||||
|
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
|
||||||
|
|
||||||
git rm -rf rd-submodules/retroarch
|
if [ -d rd-submodules/retroarch ]; then
|
||||||
|
git rm -rfv rd-submodules/retroarch
|
||||||
|
fi
|
||||||
git submodule add https://github.com/flathub/org.libretro.RetroArch.git rd-submodules/retroarch
|
git submodule add https://github.com/flathub/org.libretro.RetroArch.git rd-submodules/retroarch
|
||||||
|
|
||||||
# unbinds all submodules
|
# unbinds all submodules
|
||||||
|
|
Loading…
Reference in a new issue