mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
.github/ci: Fix clobbering of parameters and env vars
This commit is contained in:
parent
8b5e6f0f2c
commit
202b905a47
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -222,12 +222,13 @@ jobs:
|
||||
size_changes_params+=(
|
||||
"local:${PWD}/artifacts/${arch}-usr/latest"
|
||||
)
|
||||
show_changes_env=(
|
||||
show_changes_env+=(
|
||||
# Override the default locations of repositories.
|
||||
"SCRIPTS_REPO=."
|
||||
"COREOS_OVERLAY_REPO=../coreos-overlay"
|
||||
"PORTAGE_STABLE_REPO=../portage-stable"
|
||||
)
|
||||
show_changes_params=(
|
||||
show_changes_params+=(
|
||||
# We may not have a tag handy, so we tell show-changes
|
||||
# to use git HEAD as a reference to new changelog
|
||||
# entries.
|
||||
@ -278,12 +279,13 @@ jobs:
|
||||
size_changes_params+=(
|
||||
"local:${PWD}/artifacts/${arch}-usr/latest"
|
||||
)
|
||||
show_changes_env=(
|
||||
show_changes_env+=(
|
||||
# Override the default locations of repositories.
|
||||
"SCRIPTS_REPO=."
|
||||
"COREOS_OVERLAY_REPO=../coreos-overlay"
|
||||
"PORTAGE_STABLE_REPO=../portage-stable"
|
||||
)
|
||||
show_changes_params=(
|
||||
show_changes_params+=(
|
||||
# We may not have a tag handy, so we tell show-changes
|
||||
# to use git HEAD as a reference to new changelog
|
||||
# entries.
|
||||
|
Loading…
Reference in New Issue
Block a user