diff --git a/scripts/jenkins/Jenkinsfile b/scripts/jenkins/Jenkinsfile index a3f53303a2..98c7e948b6 100644 --- a/scripts/jenkins/Jenkinsfile +++ b/scripts/jenkins/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { sh 'vagrant destroy -f default || true' // Make sure we have the tags info because figuring out the version is required in the build process sh 'git fetch --tags' - sh 'git submodule update --init' + sh 'git submodule update --init' sh 'cp -R ../software.ubuntu1404 software' } }