Skip to content
Snippets Groups Projects
Commit e2bb5e96 authored by ale's avatar ale
Browse files

Pass TARGET_URL to testsuite

parent 169ceb37
Branches
No related tags found
1 merge request!469Run ci-test with actual data
Pipeline #85451 failed
......@@ -3,7 +3,7 @@
TESTSUITE_IMAGE="registry.git.autistici.org/noblogs/testsuite:main"
# Run the test suite using Podman, in the foreground.
podman run --rm --pull=always --env TARGET_ADDR=${TARGET_ADDR} --network=host ${TESTSUITE_IMAGE}
podman run --rm --pull=always --env TARGET_URL=${TARGET_URL} --env TARGET_ADDR=${TARGET_ADDR} --network=host ${TESTSUITE_IMAGE}
rc=$?
# Convert into permanent error.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment