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:
Kai Lueke 2022-03-15 14:12:17 +01:00
parent e2759a3e67
commit e65d09844c

View File

@ -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