diff options
| author | Michael Grote | 2023-07-04 13:27:14 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-07-04 13:27:14 +0200 |
| commit | d5f022fd1eb76322642f2623244b60c056a51c74 (patch) | |
| tree | f306b6b7ab01121e74da25f82bde13d0a227bd0b | |
| parent | ce52548d6933b6a13407dcb01548d002be5ff86b (diff) | |
ci: test url
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ steps: apt install wget jq curl -y python3 -m gunicorn app:app c gunicorn_config.py & export TOKEN=myuploadtoken - export URL="localhost:5000" + export URL="127.0.0.1:5000" mkdir -p tests echo "Test: normaler Upload" echo content > tests/file |