ci: test url
This commit is contained in:
parent
ce52548d69
commit
d5f022fd1e
1 changed files with 1 additions and 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
|
||||
|
|
Reference in a new issue