Jenkins fixes

This commit is contained in:
Juan Ferrer 2019-01-27 11:15:20 +01:00
parent 87395d68cd
commit 005193c23c
1 changed files with 3 additions and 4 deletions

7
Jenkinsfile vendored
View File

@ -64,10 +64,9 @@ pipeline {
nodejs('node-lts') { nodejs('node-lts') {
sh 'karma start --junit' sh 'karma start --junit'
// FIXME: Docker isn't at localhost sh 'gulp docker'
// sh 'gulp docker' // sh 'gulp backendUnitTest --junit' // FIXME: Docker isn't at localhost
// sh 'gulp backendUnitTest --junit' sh 'docker rm -f salix-db'
// sh 'docker rm -f salix-db'
} }
} }
} }