mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-11 06:39:43 -06:00
fix web branch in settings drone pipeline
This commit is contained in:
committed by
Dipak Acharya
parent
0ec8df4e4a
commit
99e0972309
@@ -710,7 +710,7 @@ def settingsUITests(ctx, storage = 'owncloud', accounts_hash_difficulty = 4):
|
||||
},
|
||||
'commands': [
|
||||
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/testing',
|
||||
'git clone -b %s --single-branch --no-tags https://github.com/owncloud/web.git /srv/app/web' % (webBranch),
|
||||
'git clone -b $WEB_BRANCH --single-branch --no-tags https://github.com/owncloud/web.git /srv/app/web',
|
||||
'cp -r /srv/app/web/tests/acceptance/filesForUpload/* /uploads',
|
||||
'cd /srv/app/web',
|
||||
'git checkout $WEB_COMMITID',
|
||||
|
||||
Reference in New Issue
Block a user