| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b24512b..29626bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ spec: script { try { sh ''' - dnf --assumeyes install git kiwi kiwi-systemdeps distribution-gpg-keys + dnf --assumeyes install kiwi kiwi-systemdeps distribution-gpg-keys git submodule update --init --recursive ./kiwi-build \\ |