summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2024-01-09 16:55:06 -0700
committercrystal <crystal@noreply.codeberg.org>2024-01-09 16:55:06 -0700
commiteb73ef0cbca6c90a30fe8280d6217eb6e2c60ca2 (patch)
tree577f668772b8390226e80fa7cb052fc1d0ae7fc4
parentb2c5780397b695b4b357f3e5c71919f3eb062fad (diff)
Revert "[temp] ignore ci failure"
This reverts commit 1f7484ab2747d9f61e7083ae68d819057590f171.
-rwxr-xr-x.ci-make.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/.ci-make.sh b/.ci-make.sh
index 32e113d..77192e6 100755
--- a/.ci-make.sh
+++ b/.ci-make.sh
@@ -36,9 +36,7 @@ case "$1" in
;;
*)
echo "ERROR: Bad pipeline status $CI_VERIFY"
- #exit 1
- echo "WARNING: Ignoring!"
- exit 0
+ exit 1
;;
esac
done