From 511e3015977993ce2e1308189bd775036ff9709d Mon Sep 17 00:00:00 2001 From: penguin Date: Wed, 17 Dec 2025 22:19:00 -0600 Subject: [PATCH] test --- .gitea/workflows/gentoo-utils.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 968bac4..07c4568 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -6,6 +6,7 @@ defaults: run: shell: bash -el -o pipefail {0} + # fixes rare instances of git commands failing because TERM isnt set env: TERM: xterm @@ -45,7 +46,7 @@ jobs: 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) fi - + if ! git diff $comparison_hash ${{ gitea.sha }} --no-patch --exit-code .docker; then build_image=true else