Skip to content

Commit 45baa0f

Browse files
authored
Update docker/build.sh
1 parent 4b0e93e commit 45baa0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export BUILD_TYPE=${BUILD_TYPE:=Release}
1919
export GCC_ARM_VER=${GCC_ARM_VER:="10.3-2021.10"}
2020
export NRF_SDK_VER=${NRF_SDK_VER:="nRF5_SDK_15.3.0_59ac345"}
2121
# convert to lower case and remove _ and . character
22-
# convert to lower case and remove _ and . character
2322
# the download URL uses the SLUG, but the extracted folder is named like the original value
2423
NRF_SDK_VER_SLUG=${NRF_SDK_VER,,}
2524
export NRF_SDK_VER_SLUG=${NRF_SDK_VER_SLUG//[_.]/}

0 commit comments

Comments
 (0)