mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
Merge pull request #3101 from flatcar/krnowak/image-changes-fix
ci-automation: Use a valid reference
This commit is contained in:
commit
77091bcd2f
@ -426,7 +426,7 @@ function prepare_env_vars_and_params_for_release() {
|
||||
|
||||
# Nothing to prepend to show_changes_env.
|
||||
show_changes_env_ref=()
|
||||
show_changes_params=(
|
||||
show_changes_params_ref=(
|
||||
"NEW_CHANNEL=${new_channel}"
|
||||
"NEW_CHANNEL_PREV_VERSION=${new_channel_prev_version}"
|
||||
# Channel transition stuff
|
||||
@ -481,7 +481,7 @@ function prepare_env_vars_and_params_for_nightly() {
|
||||
|
||||
# Nothing to prepend to show_changes_env.
|
||||
show_changes_env_ref=()
|
||||
show_changes_params=(
|
||||
show_changes_params_ref=(
|
||||
"NEW_CHANNEL=${ppfb_channel}"
|
||||
"NEW_CHANNEL_PREV_VERSION=${ppfb_vernum}"
|
||||
# Channel transition stuff, we set the old channel to be the
|
||||
|
Loading…
x
Reference in New Issue
Block a user