diff --git a/.drone.star b/.drone.star index d988a709e1..c0bcde4cad 100644 --- a/.drone.star +++ b/.drone.star @@ -573,6 +573,7 @@ def uiTestPipeline(ctx, suiteName, storage = 'owncloud', accounts_hash_difficult 'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures-webUI-on-%s-storage.md' % (storage.upper()), }, 'commands': [ + '/bin/bash', 'source /drone/src/.drone.env', 'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/testing', 'git clone -b $WEB_BRANCH --single-branch --no-tags https://github.com/owncloud/web.git /srv/app/web', @@ -640,6 +641,7 @@ def accountsUITests(ctx, storage = 'owncloud', accounts_hash_difficulty = 4): 'FEATURE_PATH': '/drone/src/accounts/ui/tests/acceptance/features', }, 'commands': [ + '/bin/bash', 'source /drone/src/.drone.env', 'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/testing', 'git clone -b $WEB_BRANCH --single-branch --no-tags https://github.com/owncloud/web.git /srv/app/web',