mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-25 00:12:46 +03:00
Update entrypoint.sh
This commit is contained in:
parent
273f8d0083
commit
77c4ba79a5
@ -1,16 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#echo 'export PATH=root/gn:"$PATH"' >> ${HOME}/.bashrc
|
||||
. /workdir/ncs/zephyr/zephyr-env.sh
|
||||
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
|
||||
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
|
||||
|
||||
#. ${HOME}/.bashrc
|
||||
|
||||
#echo 'export PATH=root/.local/bin:"$PATH"' >> ~/.bashrc
|
||||
|
||||
#. ~/.bashrc
|
||||
|
||||
. /root/gn/zephyr/zephyr-env.sh
|
||||
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
|
||||
#/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -h
|
||||
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
|
||||
|
||||
$@
|
||||
exec $@
|
||||
|
Loading…
Reference in New Issue
Block a user