mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
Update Jenkinsfile
This commit is contained in:
Vendored
+1
-6
@@ -10,11 +10,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
when {
|
||||
not {
|
||||
branch 'master'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'make -j'
|
||||
}
|
||||
@@ -34,4 +29,4 @@ pipeline {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user