From: Ruben Beltran del Rio Date: Sat, 14 May 2022 11:23:48 +0000 (+0200) Subject: Force crash X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/c0e61f033c89e30a39044d302e7dffa9589c637a Force crash --- diff --git a/scripts/ci.sh b/scripts/ci.sh index 9054b5d..83e7551 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -2,6 +2,8 @@ set -xe +exit 1 + touch .env if [ "$(git rev-parse origin/main)" == "$(git rev-parse HEAD)" ]; then \