Merge pull request #2975 from owncloud/remove-unused-web-dep-install

[full-ci] Don't install unused deps in 'web' in CI
This commit is contained in:
Benedikt Kulmann
2022-01-17 21:22:13 +01:00
committed by GitHub

View File

@@ -626,8 +626,6 @@ def uiTestPipeline(ctx, filterTags, early_fail, runPart = 1, numberOfParts = 1,
"cd /srv/app/web",
"git checkout $WEB_COMMITID",
"cp -r tests/acceptance/filesForUpload/* /uploads",
"yarn install --immutable",
"yarn build",
"cd tests/acceptance/",
"yarn install --immutable",
"./run.sh",