From 5e8d477036675af2d2f57bf37c5a07407279f944 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 12 Apr 2021 08:40:54 +0200 Subject: [PATCH] use bash --- .drone.star | 2 ++ 1 file changed, 2 insertions(+) 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',