Skip to content

Commit e27c784

Browse files
author
Seppo Takalo
committed
Don't clone coap-service, it's subtree now
1 parent 1e791e2 commit e27c784

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

features/nanostack/FEATURE_NANOSTACK/clone_nanostack.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@
2828
# * Same order. Each line should have maching pair in same index at other array
2929
REPOSITORIES=(
3030
[email protected]:ARMmbed/sal-stack-nanostack.git
31-
[email protected]:ARMmbed/coap-service.git
3231
)
3332

3433
DIRECTORIES=(
3534
sal-stack-nanostack
36-
coap-service
3735
)
3836

3937
# Exit immediately on fail, thread unset variables as error
@@ -87,7 +85,7 @@ copy_nanostack_binaries() {
8785
clean_nanostack_binaries() {
8886
for binaries in ../FEATURE_*; do
8987
if [ "$binaries" != "../FEATURE_NANOSTACK" ]; then
90-
rm -rf $binaries
88+
rm -rf $binaries
9189
fi
9290
done
9391
}

0 commit comments

Comments
 (0)