mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Don't do the extra connectivity check in CI
This commit is contained in:
parent
985fcd1e20
commit
8fb3b0fb44
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ exit_on_connectivity_failure() {
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -z "$JOB_URL" ]; then
|
||||||
sh scripts/connectivity-check.sh || exit_on_connectivity_failure
|
sh scripts/connectivity-check.sh || exit_on_connectivity_failure
|
||||||
|
fi
|
||||||
|
|
||||||
dirname="$(dirname "$0")"
|
dirname="$(dirname "$0")"
|
||||||
curl_wrapper="$dirname/curl-wrapper.sh"
|
curl_wrapper="$dirname/curl-wrapper.sh"
|
||||||
|
|
Loading…
Reference in a new issue