ci: fix tests

This commit is contained in:
Michael Grote 2023-06-26 23:48:45 +02:00
parent c6435f879b
commit f4919dca39

View file

@ -112,8 +112,8 @@ steps:
ENABLE_WEBSERVER: false ENABLE_WEBSERVER: false
commands: commands:
- | - |
# führe Script nach Fehlern weiter aus apt update
set +e apt install wget jq curl
export TOKEN=myuploadtoken export TOKEN=myuploadtoken
export URL="localhost:5000" export URL="localhost:5000"
mkdir -p tests mkdir -p tests