From fbfae89638d35e0e4bd80464546bf4fc3a72ab3b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 21 Jul 2022 11:42:37 +0545 Subject: [PATCH] Do not fetch the retry script in CI --- .drone.star | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.star b/.drone.star index 2d0e90b630..e01ab8ebe3 100644 --- a/.drone.star +++ b/.drone.star @@ -289,7 +289,6 @@ def yarnInstallUITests(): "name": "yarn-install", "image": OC_CI_NODEJS % DEFAULT_NODEJS_VERSION, "commands": [ - "curl -SsfL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ci/retry/master/retry && chmod +x /usr/local/bin/retry", ". /drone/src/.drone.env", "cd webTestRunner", "git checkout $WEB_COMMITID", @@ -846,7 +845,6 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4): "MIDDLEWARE_HOST": "http://middleware:3000", }, "commands": [ - "curl -SsfL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ci/retry/master/retry && chmod +x /usr/local/bin/retry", ". /drone/src/.drone.env", # we need to have Web around for some general step definitions (eg. how to log in) "git clone -b $WEB_BRANCH --single-branch --no-tags https://github.com/owncloud/web.git /srv/app/web",