mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: changing push action - fix6 [skip ci]
This commit is contained in:
parent
c40b260f40
commit
bdc7ebf0fb
|
@ -38,7 +38,7 @@ cd "$gits_folder/flathub" && echo "Moving in $gits_folder/flathub" || exit 1
|
|||
git checkout -b "$relname"
|
||||
echo "Current directory: $(pwd)"
|
||||
ls -lah
|
||||
git rm -rfv *
|
||||
git rm -rf *
|
||||
git clean -fxd # restroing git index
|
||||
|
||||
# Copying only a few files as the others are cloned by git in retrodeck.sh
|
||||
|
|
Loading…
Reference in a new issue