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 532d5fb2c5
commit b625a4e1fd

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