aboutsummaryrefslogtreecommitdiffci
path: root/Jenkinsfile
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-08-29 20:40:51 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-08-29 20:40:51 +0700
commit42b2b727ef8cf2875fc7deffa40e66de7bdfdd71 (patch)
treea69af53c6b2adb1e715c0cf8c8b52bedc6b48aa3 /Jenkinsfile
parent2b3b2bf962824e803269bcf77a9531aba2d88e5c (diff)
downloadkiwi-descriptions-42b2b727ef8cf2875fc7deffa40e66de7bdfdd71.tar.gz
kiwi-descriptions-42b2b727ef8cf2875fc7deffa40e66de7bdfdd71.zip
fix: install git in ci
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 29626bd..b24512b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@ spec:
script {
try {
sh '''
- dnf --assumeyes install kiwi kiwi-systemdeps distribution-gpg-keys
+ dnf --assumeyes install git kiwi kiwi-systemdeps distribution-gpg-keys
git submodule update --init --recursive
./kiwi-build \\