aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-02-10 10:18:31 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-10 10:18:31 -0800
commit50e1821529fd0a096fe03f137eab143b31e8ef55 (patch)
treea7e83a0f57a482e5abcd88115394c0ae4602aebf
parentMerge branch 'sk/unit-tests-0130' (diff)
parentci: set CI_JOB_IMAGE for coverity job (diff)
downloadgit-50e1821529fd0a096fe03f137eab143b31e8ef55.tar.gz
git-50e1821529fd0a096fe03f137eab143b31e8ef55.zip
Merge branch 'jk/ci-coverity-update'
CI update to make Coverity job work again. * jk/ci-coverity-update: ci: set CI_JOB_IMAGE for coverity job
-rw-r--r--.github/workflows/coverity.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 48341e81f4..124301dbbe 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -45,7 +45,7 @@ jobs:
- run: ci/install-dependencies.sh
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
env:
- distro: ${{ matrix.os }}
+ CI_JOB_IMAGE: ${{ matrix.os }}
# The Coverity site says the tool is usually updated twice yearly, so the
# MD5 of download can be used to determine whether there's been an update.