mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2025-12-16 05:10:46 +03:00
Change exec command to use bash with arguments
This commit is contained in:
@@ -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 -t arm-zephyr-eabi
|
||||||
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
|
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
|
||||||
|
|
||||||
exec $@
|
# exec $@
|
||||||
|
exec bash -c "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user