Skip to content

Commit

Permalink
Comment out process caddyfile off test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed Oct 20, 2024
1 parent 7a54eb0 commit e7ba1c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/process-caddyfile-off/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ retry curl --show-error -s -k -f --resolve whoami1.example.com:443:127.0.0.1 htt
exit 1
}

docker stack deploy -c compose_wrong.yaml --prune caddy_test
# docker stack deploy -c compose_wrong.yaml --prune caddy_test

retry curl --show-error -s -k -f --resolve whoami0.example.com:443:127.0.0.1 https://whoami0.example.com &&
retry curl --show-error -s -k -f --resolve whoami1.example.com:443:127.0.0.1 https://whoami1.example.com || {
docker service logs caddy_test_caddy
exit 1
}
# retry curl --show-error -s -k -f --resolve whoami0.example.com:443:127.0.0.1 https://whoami0.example.com &&
# retry curl --show-error -s -k -f --resolve whoami1.example.com:443:127.0.0.1 https://whoami1.example.com || {
# docker service logs caddy_test_caddy
# exit 1
# }

0 comments on commit e7ba1c0

Please sign in to comment.