mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-14 21:12:37 +01:00
jenkins/images.sh: use correct board for comparison
The output always was about amd64 because the board was not set. Pass the board along.
This commit is contained in:
parent
532d5fb2c5
commit
b625a4e1fd
@ -133,6 +133,8 @@ set +x
|
||||
set +e
|
||||
echo "==================================================================="
|
||||
echo
|
||||
export BOARD_A="${BOARD}"
|
||||
export BOARD_B="${BOARD}"
|
||||
if [ "${GROUP}" != "developer" ]; then
|
||||
export CHANNEL_A="${GROUP}"
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user