MSPF-98: Jankinsfile fix

This commit is contained in:
Ildar Galeev 2016-10-11 20:51:32 +03:00
parent 954f4f81d8
commit 1477f209b5

4
Jenkinsfile vendored
View File

@ -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') {
}
}
}