mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 16:41:00 -05:00
use the same directory for teardown and setup
This commit is contained in:
parent
bfec7083d7
commit
f147de9c79
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function setup() {
|
|||
}
|
||||
|
||||
function teardown() {
|
||||
stop_daemon forgejo-runner
|
||||
stop_daemon forgejo-runner $DIR
|
||||
rm -fr $(cat $DIR/forgejo-runner-home)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue