mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
More logging
This commit is contained in:
parent
aaa14466f2
commit
33912cf42f
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
# no pipefail here since there are no pipes.
|
# no pipefail here since there are no pipes.
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
|
echo "running connecivity check"
|
||||||
|
|
||||||
ipv6_success=1
|
ipv6_success=1
|
||||||
ipv4_success=1
|
ipv4_success=1
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,8 @@ exit_on_connectivity_failure() {
|
||||||
|
|
||||||
if [ -z "$JOB_URL" ]; then
|
if [ -z "$JOB_URL" ]; then
|
||||||
sh scripts/connectivity-check.sh || exit_on_connectivity_failure
|
sh scripts/connectivity-check.sh || exit_on_connectivity_failure
|
||||||
|
else
|
||||||
|
echo "running in CI"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
Loading…
Reference in a new issue