mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Juggling with workflow
This commit is contained in:
parent
b5674f9336
commit
9b9a02af4f
6
.github/workflows/flathub_push_cooker.yml
vendored
6
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
mkdir -vp $gits_folder
|
mkdir -vp $gits_folder
|
||||||
cd $gits_folder
|
cd $gits_folder
|
||||||
if [ -d flathub ]; then
|
if [ -d flathub ]; then
|
||||||
rm -rfv flathub
|
rm -rf flathub
|
||||||
fi
|
fi
|
||||||
git clone --recursive https://github.com/flathub/net.retrodeck.retrodeck.git flathub
|
git clone --recursive https://github.com/flathub/net.retrodeck.retrodeck.git flathub
|
||||||
cd $gits_folder
|
cd $gits_folder
|
||||||
|
@ -63,12 +63,12 @@ jobs:
|
||||||
rm -rfv .git/modules/*
|
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
|
||||||
if [ -d shared-modules ]; then
|
if [ -d shared-modules ]; then
|
||||||
git rm -rfv shared-modules
|
git rm -rf shared-modules
|
||||||
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 rd-submodules/retroarch ]; then
|
if [ -d rd-submodules/retroarch ]; then
|
||||||
git rm -rfv rd-submodules/retroarch
|
git rm -rf rd-submodules/retroarch
|
||||||
fi
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue