ci: fix tests
This commit is contained in:
parent
c6435f879b
commit
f4919dca39
1 changed files with 2 additions and 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
|
||||
|
|
Reference in a new issue