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

Commit d14a92c

Browse files
peter-pycomXykon
authored andcommitted
Jenkins: remove --depth=1
with depth=1, we cannot also do a git checkout IDF_HASH the speed difference between --depth=1 and not having it is 1m52 vs 1m58, so it never helped a lot anyway
1 parent 1a257d8 commit d14a92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node {
99
stage('Checkout') {
1010
checkout scm
1111
sh 'rm -rf esp-idf'
12-
sh 'git clone --depth=1 --recursive -b idf_v3.3.1 https://github.com/pycom/pycom-esp-idf.git esp-idf'
12+
sh 'git clone --recursive -b idf_v3.3.1 https://github.com/pycom/pycom-esp-idf.git esp-idf'
1313
}
1414

1515
stage('git-tag') {

0 commit comments

Comments
 (0)