aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-06-26 23:48:45 +0200
committerMichael Grote2023-06-26 23:48:45 +0200
commitf4919dca39cbe76f3687a9318501d761897b96a1 (patch)
tree2b18033d8d434f66dcf427e94d2e30108b592f79
parentc6435f879b67badbb9c1f1a6832b2de12ee9b8a0 (diff)
ci: fix tests
-rw-r--r--.drone.yml4
1 files 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