Skip to content

Commit

Permalink
.github/ci: Fix clobbering of parameters and env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Sep 29, 2023
1 parent 7772a08 commit 9bbb7da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,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.
Expand Down Expand Up @@ -286,12 +287,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.
Expand Down

0 comments on commit 9bbb7da

Please sign in to comment.