test
All checks were successful
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 36s
Gentoo Utils / fuzz (push) Successful in 1m11s
Gentoo Utils / build-oci-image (push) Successful in 2m22s
Gentoo Utils / grep (push) Successful in 3s
Gentoo Utils / docs (push) Successful in 14s
All checks were successful
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 36s
Gentoo Utils / fuzz (push) Successful in 1m11s
Gentoo Utils / build-oci-image (push) Successful in 2m22s
Gentoo Utils / grep (push) Successful in 3s
Gentoo Utils / docs (push) Successful in 14s
This commit is contained in:
@@ -6,6 +6,7 @@ defaults:
|
|||||||
run:
|
run:
|
||||||
shell: bash -el -o pipefail {0}
|
shell: bash -el -o pipefail {0}
|
||||||
|
|
||||||
|
|
||||||
# fixes rare instances of git commands failing because TERM isnt set
|
# fixes rare instances of git commands failing because TERM isnt set
|
||||||
env:
|
env:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
@@ -45,7 +46,7 @@ jobs:
|
|||||||
if ! git merge-base --is-ancestor $comparison_hash $branch_name >/dev/null 2>&1; then
|
if ! git merge-base --is-ancestor $comparison_hash $branch_name >/dev/null 2>&1; then
|
||||||
comparison_hash=$(git merge-base origin/$default_branch_name $branch_name)
|
comparison_hash=$(git merge-base origin/$default_branch_name $branch_name)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! git diff $comparison_hash ${{ gitea.sha }} --no-patch --exit-code .docker; then
|
if ! git diff $comparison_hash ${{ gitea.sha }} --no-patch --exit-code .docker; then
|
||||||
build_image=true
|
build_image=true
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user