ci: fix some instances of failing commands not failing jobs
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / grep (push) Successful in 3s
Gentoo Utils / test (push) Successful in 26s
Gentoo Utils / fuzz (push) Failing after 53s

ci: fix some rare instances of commands failing because TERM wasnt set
This commit is contained in:
2025-12-14 21:36:55 -06:00
parent eac300343d
commit f7f17514a6

View File

@@ -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: