diff options
| author | Michael Grote | 2023-06-26 23:48:45 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-26 23:48:45 +0200 |
| commit | f4919dca39cbe76f3687a9318501d761897b96a1 (patch) | |
| tree | 2b18033d8d434f66dcf427e94d2e30108b592f79 | |
| parent | c6435f879b67badbb9c1f1a6832b2de12ee9b8a0 (diff) | |
ci: fix tests
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |