diff --git a/.github/workflows/r5s.yml b/.github/workflows/r5s.yml index ca706cd..0cf2fe3 100644 --- a/.github/workflows/r5s.yml +++ b/.github/workflows/r5s.yml @@ -7,8 +7,8 @@ on: type: choice description: where to run options: - - ubuntu-18.04 - self-hosted + - ubuntu-18.04 jobs: @@ -62,7 +62,7 @@ jobs: if [ -d friendlywrt/.git ]; then cd friendlywrt git reset --hard origin/`git branch -va | grep remotes/m | awk '{print $3}' | awk -F\/ '{print $2}'` - git clean -fd + git clean -f -d git branch -D tmp git remote remove upstream cd -