mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
Bump web commit id
This commit is contained in:
committed by
Parajuli Kiran
parent
2cec8d757d
commit
f3d3ef1c3d
@@ -3,5 +3,5 @@ CORE_COMMITID=76af1195cb662e4cebc5f3fab4e5383bf0498702
|
||||
CORE_BRANCH=master
|
||||
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=f1c70eb67fbe86f6f32f851ec6199f0b25bb5393
|
||||
WEB_COMMITID=0f33afcd13c48bed018515dd3206af122369c8ce
|
||||
WEB_BRANCH=master
|
||||
|
||||
@@ -580,7 +580,8 @@ def uiTestPipeline(ctx, suiteName, storage = 'owncloud', accounts_hash_difficult
|
||||
'cd /srv/app/web',
|
||||
'git checkout $WEB_COMMITID',
|
||||
'cp -r tests/acceptance/filesForUpload/* /uploads',
|
||||
'yarn install-all',
|
||||
'yarn install --all',
|
||||
'yarn build',
|
||||
'./tests/acceptance/run.sh'
|
||||
],
|
||||
'volumes':
|
||||
@@ -646,9 +647,11 @@ def accountsUITests(ctx, storage = 'owncloud', accounts_hash_difficulty = 4):
|
||||
'cd /srv/app/web',
|
||||
'git checkout $WEB_COMMITID',
|
||||
'cp -r tests/acceptance/filesForUpload/* /uploads',
|
||||
'yarn install-all',
|
||||
'yarn install --all',
|
||||
'yarn build',
|
||||
'cd /drone/src/accounts',
|
||||
'yarn install --all',
|
||||
'yarn build',
|
||||
'make test-acceptance-webui'
|
||||
],
|
||||
'volumes':
|
||||
|
||||
Reference in New Issue
Block a user