4
.github/workflows/r5s.yml
vendored
4
.github/workflows/r5s.yml
vendored
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user