simplify drone starlark

This commit is contained in:
Artur Neumann
2021-11-17 17:50:11 +05:45
parent 4ccc65f1c5
commit 794fd16250

View File

@@ -688,10 +688,7 @@ def accountsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"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",
"cd /drone/src/accounts",
"yarn install --immutable",
"make test-acceptance-webui",
@@ -754,10 +751,7 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"cp -r /srv/app/web/tests/acceptance/filesForUpload/* /uploads",
"cd /srv/app/web",
"git checkout $WEB_COMMITID",
"yarn install --immutable",
"yarn build",
"cd tests/acceptance/",
"yarn install --immutable",
"cd /drone/src/settings",
"yarn install --immutable",
"make test-acceptance-webui",