fix: continue after first fail
Some checks are pending
ci/woodpecker/push/woodpecker/1 Pipeline is pending
ci/woodpecker/push/woodpecker/2 Pipeline is pending
ci/woodpecker/push/woodpecker/3 Pipeline is pending

This commit is contained in:
f 2024-12-28 17:54:11 -03:00
parent aab2b783d9
commit 5d88affc43
No known key found for this signature in database

View file

@ -196,7 +196,7 @@ case $1 in
--webroot \
--agree-tos \
--webroot-path /var/lib/letsencrypt \
-d "${domain}" || ensure $?
-d "${domain}" || fail $?
touch "${updated}"
done