Removing second _programs_
This commit is contained in:
parent
ea855587d3
commit
c5fd1bb2a2
|
|
@ -11,7 +11,6 @@ def git_take( projects ){
|
||||||
sh( git_pull )
|
sh( git_pull )
|
||||||
sh("git log -n 1")
|
sh("git log -n 1")
|
||||||
}else{
|
}else{
|
||||||
dir("_programs_"){
|
|
||||||
for( project in projects ){
|
for( project in projects ){
|
||||||
def git_take ="git -c http.sslVerify=false "
|
def git_take ="git -c http.sslVerify=false "
|
||||||
if( fileExists( project ) ){
|
if( fileExists( project ) ){
|
||||||
|
|
@ -24,9 +23,6 @@ def git_take( projects ){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def disableSafeDirCheck(){
|
def disableSafeDirCheck(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue