Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 046b350

Browse files
committed
Updated Jenkinsfile
Use pycom-esp-idf commit 4eab4e1
1 parent 13aa72d commit 046b350

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ node {
77
stage('Checkout') {
88
checkout scm
99
sh 'rm -rf esp-idf'
10-
sh 'git clone --depth=1 --recursive -b master https://github.com/pycom/pycom-esp-idf.git esp-idf'
10+
sh 'git clone --recursive -b master https://github.com/pycom/pycom-esp-idf.git esp-idf'
11+
sh 'git -C esp-idf checkout 4eab4e1b0e47c73b858c6b29d357f3d30a69c074'
12+
sh 'git -C esp-idf submodule update'
1113
}
1214

1315
PYCOM_VERSION=get_version()

0 commit comments

Comments
 (0)