mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Juggling with workflow
This commit is contained in:
parent
00125fc0e4
commit
6df30a53ba
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' \
|
||||
'README.md' \
|
||||
$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
|
||||
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 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
|
||||
|
||||
# unbinds all submodules
|
||||
|
|
Loading…
Reference in a new issue