Compare commits

..

1 Commits

Author SHA1 Message Date
f642a43a92
fix: fix quotation while using retry
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-03 12:19:24 +01:00

View File

@ -13,4 +13,4 @@ log_info "Wait for web server on '$URL'"
/usr/local/bin/wait-for "$URL"
log_info "Start linkcheck"
exec retry -t "${LINK_VALIDATOR_RETRIES:-0}" -- /usr/local/bin/linkcheck "$@" "$URL"
exec retry -t "${LINK_VALIDATOR_RETRIES:-0}" -- "/usr/local/bin/linkcheck $* $URL"