mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:01:00 -05:00
cleanup test directory
This commit is contained in:
parent
ba6467a698
commit
2ddaa24d8f
1 changed files with 1 additions and 1 deletions
2
testdata/run.sh
vendored
2
testdata/run.sh
vendored
|
@ -5,7 +5,7 @@ set -ex
|
|||
DATA=$(dirname $0)
|
||||
DIR=$(mktemp -d)
|
||||
|
||||
#trap "rm -fr $DIR" EXIT
|
||||
trap "rm -fr $DIR" EXIT
|
||||
|
||||
function check_status() {
|
||||
local forgejo="$1"
|
||||
|
|
Loading…
Reference in a new issue