Skip to content

Commit ddbab7b

Browse files
committed
Let jenkins.sh build against a chosen wolfSSL branch
1 parent 5286e38 commit ddbab7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mynewt/jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ newt upgrade
2222
popd > /dev/null
2323

2424
# deploy wolfssl source files to mynewt project
25-
git clone https://github.com/wolfSSL/wolfssl.git
25+
git clone ${WOLFSSL_REF:+--branch ${WOLFSSL_REF}} https://github.com/wolfSSL/wolfssl.git
2626
WOLFSSL=`pwd`/wolfssl
2727
${WOLFSSL}/IDE/mynewt/setup.sh ${NEWTPROJ}
2828

0 commit comments

Comments
 (0)