Skip to content

Commit 65f8c8c

Browse files
update to use new branch
1 parent 278f7cb commit 65f8c8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/bootstrap.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
set -xe
17+
1618
# Enter repository root
1719
cd "$( dirname "${BASH_SOURCE[0]}" )"/..
1820

@@ -26,7 +28,7 @@ then
2628
else
2729
# git clone https://github.com/ARMmbed/mbed-os.git
2830
# Use feature branch until merged to master
29-
git clone --depth 1 https://github.com/paul-szczepanek-arm/mbed-os.git -b unittest dependencies/mbed-os
31+
git clone --depth 1 https://github.com/paul-szczepanek-arm/mbed-os.git -b cmake-ble-rebased dependencies/mbed-os
3032
fi
3133

3234
# Add symlinks

0 commit comments

Comments
 (0)