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