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 40a1853 commit 1fcebb7Copy full SHA for 1fcebb7
scripts/jenkins/Jenkinsfile
@@ -25,7 +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'
+ sh 'git submodule update --init'
29
sh 'cp -R ../software.ubuntu1404 software'
30
}
31
0 commit comments