Change exec command to use bash with arguments

This commit is contained in:
Sergey
2025-12-03 12:53:02 +03:00
committed by GitHub
parent 8a22869a17
commit 3cdd4a8cd8

View File

@@ -4,4 +4,5 @@
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
exec $@
# exec $@
exec bash -c "$@"