Juggling with workflow

This commit is contained in:
XargonWan 2022-09-21 10:00:21 +02:00 committed by GitHub
parent 7a5250aaa8
commit e470d26c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,9 @@ jobs:
$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
if [ -d shared-modules ]; then
git rm -rf shared-modules