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

Fix with-container args

parent 81e09f87
No related branches found
No related tags found
1 merge request!14Add an integration test with a simple HTTP probe
Pipeline #56934 canceled
...@@ -10,4 +10,4 @@ ctest-http: ...@@ -10,4 +10,4 @@ ctest-http:
URL: https://www.incal.net/ URL: https://www.incal.net/
script: script:
- sed -e "s,@URL@,$URL,g" < test/http/config.json > config.json - sed -e "s,@URL@,$URL,g" < test/http/config.json > config.json
- with-container -v $PWD/config.json:/etc/service-prober.json --env SERVICE_PROBER_CONFIG=/etc/service-prober.json $IMAGE_TAG ./test/test.sh - with-container --mount=type=bind,source=$PWD/config.json,destination=/etc/service-prober.json --env=SERVICE_PROBER_CONFIG=/etc/service-prober.json $IMAGE_TAG ./test/test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment