diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-02 10:30:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-02 10:30:50 +0100 |
commit | fd5fa94bbc808e3ebb7a2e6bca636f2607566b52 (patch) | |
tree | d64fa4e93ef74a64232d74be68af966574958ba7 /scripts | |
parent | 820299121f09c018a81e9f29c1f38144d97e5e29 (diff) | |
download | PeerTube-fd5fa94bbc808e3ebb7a2e6bca636f2607566b52.tar.gz PeerTube-fd5fa94bbc808e3ebb7a2e6bca636f2607566b52.tar.zst PeerTube-fd5fa94bbc808e3ebb7a2e6bca636f2607566b52.zip |
Remove unnecessary env
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index f49dbe6ad..2cb3b96db 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -92,7 +92,7 @@ elif [ "$1" = "api-4" ]; then | |||
92 | objectStorageFiles=$(findTestFiles ./dist/server/tests/api/object-storage) | 92 | objectStorageFiles=$(findTestFiles ./dist/server/tests/api/object-storage) |
93 | activitypubFiles=$(findTestFiles ./dist/server/tests/api/activitypub) | 93 | activitypubFiles=$(findTestFiles ./dist/server/tests/api/activitypub) |
94 | 94 | ||
95 | MOCHA_PARALLEL=true TS_NODE_FILES=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles $objectStorageFiles | 95 | MOCHA_PARALLEL=true runTest "$1" 2 $moderationFiles $redundancyFiles $activitypubFiles $objectStorageFiles |
96 | elif [ "$1" = "external-plugins" ]; then | 96 | elif [ "$1" = "external-plugins" ]; then |
97 | npm run build:server | 97 | npm run build:server |
98 | 98 | ||