fix: set minimum sleep to 5 seconds
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b76f805f7f
commit
6eb9769039
@ -12,5 +12,5 @@ caddy file-server --root "$LINK_VALIDATOR_BASE_DIR" --listen "$URL" &
|
||||
log_info "Wait for web server on '$URL'"
|
||||
/usr/local/bin/wait-for "$URL"
|
||||
|
||||
log_info "Start muffet"
|
||||
exec retry -t "$LINK_VALIDATOR_RETRIES" -- "/usr/local/bin/muffet $* http://$URL"
|
||||
log_info "Start link validation"
|
||||
exec retry -t "$LINK_VALIDATOR_RETRIES" -m 5 -- "/usr/local/bin/muffet $* http://$URL"
|
||||
|
Reference in New Issue
Block a user