From f7f17514a66d52a4acdf0ec9454cfa32a9587dbc Mon Sep 17 00:00:00 2001 From: penguin Date: Sun, 14 Dec 2025 21:36:55 -0600 Subject: [PATCH] ci: fix some instances of failing commands not failing jobs ci: fix some rare instances of commands failing because TERM wasnt set --- .gitea/workflows/gentoo-utils.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 056daa6..1fc4911 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -4,7 +4,11 @@ on: [push] defaults: run: - shell: bash -l {0} + shell: bash -el -o pipefail {0} + +# fixes rare instances of git commands failing because TERM isnt set +env: + TERM: xterm jobs: build-oci-image: