We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024fab5 commit 40a1853Copy full SHA for 40a1853
scripts/jenkins/Jenkinsfile
@@ -25,6 +25,7 @@ pipeline {
25
sh 'vagrant destroy -f default || true'
26
// Make sure we have the tags info because figuring out the version is required in the build process
27
sh 'git fetch --tags'
28
+ sh 'git submodule update --init'
29
sh 'cp -R ../software.ubuntu1404 software'
30
}
31
0 commit comments