Merge pull request #3809 from flatcar/tormath1/feedparser

image_changes: update PATH variable
This commit is contained in:
Mathieu Tortuyaux 2026-03-09 17:45:24 +01:00 committed by GitHub
commit 3d7018b5ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ function ricj_callback() {
)
show_changes_env+=(
# Provide a python3 command for the CVE DB parsing
"PATH=${PATH}:${PWD}/ci-automation/python-bin"
"PATH=${PWD}/ci-automation/python-bin:${PATH}"
# Override the default locations of repositories.
"SCRIPTS_REPO=."
"COREOS_OVERLAY_REPO=../coreos-overlay"