revert fb7eaaa21b
Some checks failed
continuous-integration/drone/push Build was killed

revert build.entrypoint.sh: remove -u

it cannot fail due to unset

Signed-off-by: Filip Kobierski <fkobi@fsfe.org>
This commit is contained in:
2025-12-04 10:05:26 +00:00
parent a35df6de9c
commit 8ccfdb2056

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
set -euo pipefail
# Ran by dockerfile as entrypoint
# Ran from the volume of the website source mounted at /website-source