mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
ci-automation/image-changes: Work around show-changes issue
There's a bug in show-changes script where it defaults to values with single quotes in them. So the default scripts directory is not "scripts" but "'scripts'". This will be fixed in show-scripts, but for now work it around here by explicitly defining the directories.
This commit is contained in:
parent
ba79258a4f
commit
876436f34b
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -225,6 +225,9 @@ jobs:
|
||||
)
|
||||
show_changes_env=(
|
||||
# Nothing to add.
|
||||
"SCRIPTS_REPO=scripts"
|
||||
"COREOS_OVERLAY_REPO=coreos-overlay"
|
||||
"PORTAGE_STABLE_REPO=portage-stable"
|
||||
)
|
||||
show_changes_params_overrides=(
|
||||
# We may not have a tag handy, so we tell show-changes
|
||||
|
||||
@ -63,6 +63,9 @@ function image_changes() (
|
||||
show_changes_env=(
|
||||
# Provide a python3 command for the CVE DB parsing
|
||||
"PATH=${PATH}:${PWD}/ci-automation/python-bin"
|
||||
"SCRIPTS_REPO=scripts"
|
||||
"COREOS_OVERLAY_REPO=coreos-overlay"
|
||||
"PORTAGE_STABLE_REPO=portage-stable"
|
||||
)
|
||||
show_changes_params_overrides=(
|
||||
# Nothing to override.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user