From ac8789800598fcd75ea75c6261dbcf3c79cf071f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 3 Jul 2024 10:02:04 +0200 Subject: [PATCH] test: run versioned script [ci skip] --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b1ab19897..bf319179f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,8 +72,9 @@ steps: request_pty: true script: - | - set +eux - sh run-int + wget https://git.coopcloud.tech/coop-cloud/abra/raw/branch/main/scripts/tests/run-ci-int -O run-ci-int + chmod +x run-ci-int + sh run-ci-int when: event: - cron: