From f114ec3477110e56eec62b4bea108dabb8d08385 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 30 Nov 2024 16:44:38 -0600 Subject: [PATCH] don't fail on errors --- .forgejo/buttons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/buttons.sh b/.forgejo/buttons.sh index 7c4af57..d7527d8 100755 --- a/.forgejo/buttons.sh +++ b/.forgejo/buttons.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -euo pipefail +#set -euo pipefail # script downloads buttons manually and hosts them. so hotlinking but Not Really # probably don't need to do this/this is probably worse but it runs weekly so its not *that* bad i think??