mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 23:05:39 +00:00
Juggling with workflow
This commit is contained in:
parent
9b9a02af4f
commit
b18b7bdebc
4
.github/workflows/flathub_push_cooker.yml
vendored
4
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -60,7 +60,9 @@ jobs:
|
||||||
$gits_folder/flathub/
|
$gits_folder/flathub/
|
||||||
|
|
||||||
cd $gits_folder/flathub
|
cd $gits_folder/flathub
|
||||||
rm -rfv .git/modules/*
|
if [ -d .git/modules ]; then
|
||||||
|
rm -rfv .git/modules/*
|
||||||
|
fi
|
||||||
# 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 -rf shared-modules
|
git rm -rf shared-modules
|
||||||
|
|
Loading…
Reference in a new issue