mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
ci-automation/image-changes, .github/ci: Set up env for show-changes
This commit is contained in:
parent
5443a66c91
commit
ffa2bfc695
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -216,7 +216,9 @@ jobs:
|
|||||||
"local:${PWD}/artifacts/${arch}-usr/latest"
|
"local:${PWD}/artifacts/${arch}-usr/latest"
|
||||||
)
|
)
|
||||||
show_changes_env=(
|
show_changes_env=(
|
||||||
"REPOS_PARENT_DIR=.."
|
"SCRIPTS_REPO=."
|
||||||
|
"COREOS_OVERLAY_REPO=../coreos-overlay"
|
||||||
|
"PORTAGE_STABLE_REPO=../portage-stable"
|
||||||
)
|
)
|
||||||
show_changes_params_overrides=(
|
show_changes_params_overrides=(
|
||||||
# We may not have a tag handy, so we tell show-changes
|
# We may not have a tag handy, so we tell show-changes
|
||||||
|
@ -63,7 +63,9 @@ function image_changes() (
|
|||||||
show_changes_env=(
|
show_changes_env=(
|
||||||
# Provide a python3 command for the CVE DB parsing
|
# Provide a python3 command for the CVE DB parsing
|
||||||
"PATH=${PATH}:${PWD}/ci-automation/python-bin"
|
"PATH=${PATH}:${PWD}/ci-automation/python-bin"
|
||||||
"REPOS_PARENT_DIR=.."
|
"SCRIPTS_REPO=."
|
||||||
|
"COREOS_OVERLAY_REPO=../coreos-overlay"
|
||||||
|
"PORTAGE_STABLE_REPO=../portage-stable"
|
||||||
)
|
)
|
||||||
show_changes_params_overrides=(
|
show_changes_params_overrides=(
|
||||||
# Nothing to override.
|
# Nothing to override.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user