From f4919dca39cbe76f3687a9318501d761897b96a1 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 26 Jun 2023 23:48:45 +0200 Subject: [PATCH] ci: fix tests --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1778927..9bb0261 100644 --- a/.drone.yml +++ b/.drone.yml @@ -112,8 +112,8 @@ steps: ENABLE_WEBSERVER: false commands: - | - # führe Script nach Fehlern weiter aus - set +e + apt update + apt install wget jq curl export TOKEN=myuploadtoken export URL="localhost:5000" mkdir -p tests