diff options
Diffstat (limited to '.drone.yml')
| -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 |