ci: test url

This commit is contained in:
Michael Grote 2023-07-04 13:27:14 +02:00
parent ce52548d69
commit d5f022fd1e

View file

@ -117,7 +117,7 @@ steps:
apt install wget jq curl -y apt install wget jq curl -y
python3 -m gunicorn app:app c gunicorn_config.py & python3 -m gunicorn app:app c gunicorn_config.py &
export TOKEN=myuploadtoken export TOKEN=myuploadtoken
export URL="localhost:5000" export URL="127.0.0.1:5000"
mkdir -p tests mkdir -p tests
echo "Test: normaler Upload" echo "Test: normaler Upload"
echo content > tests/file echo content > tests/file