4
.github/workflows/r5s.yml
vendored
4
.github/workflows/r5s.yml
vendored
@@ -7,8 +7,8 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
description: where to run
|
description: where to run
|
||||||
options:
|
options:
|
||||||
- ubuntu-18.04
|
|
||||||
- self-hosted
|
- self-hosted
|
||||||
|
- ubuntu-18.04
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
if [ -d friendlywrt/.git ]; then
|
if [ -d friendlywrt/.git ]; then
|
||||||
cd friendlywrt
|
cd friendlywrt
|
||||||
git reset --hard origin/`git branch -va | grep remotes/m | awk '{print $3}' | awk -F\/ '{print $2}'`
|
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 branch -D tmp
|
||||||
git remote remove upstream
|
git remote remove upstream
|
||||||
cd -
|
cd -
|
||||||
|
|||||||
Reference in New Issue
Block a user