mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02: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
e2759a3e67
commit
e65d09844c
@ -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