Skip to content

Commit 40a1853

Browse files
authored
Make sure hootenanny submodule is updated
1 parent 024fab5 commit 40a1853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/jenkins/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pipeline {
2525
sh 'vagrant destroy -f default || true'
2626
// Make sure we have the tags info because figuring out the version is required in the build process
2727
sh 'git fetch --tags'
28+
sh 'git submodule update --init'
2829
sh 'cp -R ../software.ubuntu1404 software'
2930
}
3031
}

0 commit comments

Comments
 (0)