8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bed8f commit 8036433Copy full SHA for 8036433
Jenkinsfile
@@ -7,7 +7,7 @@ node {
7
stage('Checkout') { // get source
8
checkout scm
9
sh 'rm -rf esp-idf'
10
- sh 'git clone --depth=1 --recursive -b master ssh://git@dev.pycom.io:2222/source/espidf2.git esp-idf'
+ sh 'git clone --depth=1 --recursive -b master git@github.com:pycom/pycom-esp-idf.git esp-idf'
11
}
12
13
// build the primary boards that we test
0 commit comments