1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 11:52:11 +00:00

More logging

This commit is contained in:
Rohan Kumar 2024-04-05 17:03:13 -04:00
parent aaa14466f2
commit 33912cf42f
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@
# no pipefail here since there are no pipes.
set -e -u
echo "running connecivity check"
ipv6_success=1
ipv4_success=1

View file

@ -14,6 +14,8 @@ exit_on_connectivity_failure() {
if [ -z "$JOB_URL" ]; then
sh scripts/connectivity-check.sh || exit_on_connectivity_failure
else
echo "running in CI"
fi
set -u