mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-13 14:41: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
e2759a3e67
commit
e65d09844c
@ -133,6 +133,8 @@ set +x
|
|||||||
set +e
|
set +e
|
||||||
echo "==================================================================="
|
echo "==================================================================="
|
||||||
echo
|
echo
|
||||||
|
export BOARD_A="${BOARD}"
|
||||||
|
export BOARD_B="${BOARD}"
|
||||||
if [ "${GROUP}" != "developer" ]; then
|
if [ "${GROUP}" != "developer" ]; then
|
||||||
export CHANNEL_A="${GROUP}"
|
export CHANNEL_A="${GROUP}"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user