fix web branch in settings drone pipeline

This commit is contained in:
Benedikt Kulmann
2021-01-12 14:07:39 +01:00
committed by Dipak Acharya
parent 0ec8df4e4a
commit 99e0972309

View File

@@ -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',