Revert "Build: fix r5s"

This reverts commit 89fb3f0e27.
This commit is contained in:
John Doe
2022-09-26 07:46:27 +08:00
parent f1e523aa17
commit 79f4913e3a

View File

@@ -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 -