8000 Updating Jenkinsfile to use pycom-esp-idf from github.com instead of … · ayoy/pycom-micropython-sigfox@8036433 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 8036433

Browse files
committed
Updating Jenkinsfile to use pycom-esp-idf from github.com instead of dev.pycom.io
1 parent 53bed8f commit 8036433

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
@@ -7,7 +7,7 @@ node {
77
stage('Checkout') { // get source
88
checkout scm
99
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'
10+
sh 'git clone --depth=1 --recursive -b master git@github.com:pycom/pycom-esp-idf.git esp-idf'
1111
}
1212

1313
// build the primary boards that we test

0 commit comments

Comments
 (0)
0