Skip to content
Snippets Groups Projects
Commit 44bb3950 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Update Jenkinsfile for correct submodule behaviour

parent 1693bb00
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,10 @@ node {
}
stage('Build') {
/*
sh "git submodule init"
sh "git submodule update --force --remote"
sh "git submodule update --force --remote"
*/
sh "'${mvnHome}/bin/mvn' -U clean verify -Ptextgrid.deb"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment