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
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user