mirror of
https://github.com/valitydev/koffing.git
synced 2024-11-06 09:15:20 +00:00
MSPF-98: Jankinsfile fix
This commit is contained in:
parent
954f4f81d8
commit
1477f209b5
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,8 +13,7 @@ build('koffing', 'docker-host') {
|
||||
pipeDefault() {
|
||||
//ToDo: npm stuff should be in a cache, when caching is implemented!
|
||||
runStage('init') {
|
||||
sh 'make wc_init'
|
||||
}
|
||||
sh 'make wc_init'
|
||||
}
|
||||
runStage('build') {
|
||||
sh 'make wc_build'
|
||||
@ -36,4 +35,3 @@ build('koffing', 'docker-host') {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user