From 79f4913e3a8d48da2a92aad6842cfb75623da844 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 26 Sep 2022 07:46:27 +0800 Subject: [PATCH] Revert "Build: fix r5s" This reverts commit 89fb3f0e2789b5026f5f9c942b2528ea9d215dcb. --- .github/workflows/r5s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -