forked from baron/baron-sso
fix(ci): fix multiline cache key error by extracting only the first line of playwright version
This commit is contained in:
@@ -12,7 +12,7 @@ cleanup() {
|
||||
}
|
||||
|
||||
trap "cleanup; exit" INT TERM
|
||||
trap cleanup EXIT
|
||||
trap "cleanup" EXIT
|
||||
|
||||
mkdir -p reports
|
||||
rm -rf adminfront/node_modules
|
||||
|
||||
Reference in New Issue
Block a user