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
|
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
|
||||||
|
|
Reference in a new issue