commit | 4b2547c7559f98b6aaf57ecb42d938c7ec46d913 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Thu Mar 14 15:46:25 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Mar 15 07:51:28 2019 -0300 |
tree | 0875d2cdf73f57613ac422250ef726ba287d180d | |
parent | e14729b95b374d703907333ef85b92755482a3c4 [diff] |
Remove symlinks, newt should find packages Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/ci/mynewt_run.sh b/ci/mynewt_run.sh index f944f62..c84dccf 100755 --- a/ci/mynewt_run.sh +++ b/ci/mynewt_run.sh
@@ -20,10 +20,7 @@ export PATH=$HOME/bin:$PATH pwd -ln -s ci/mynewt_targets targets -ln -s ci/mynewt_keys keys - -for target in $(ls targets); do +for target in $(ls ci/mynewt_targets); do newt build $target [[ $? -ne 0 ]] && exit 1 done