From 01a73b4bdc9985ef72e8532ed7b8a9aa3fe50d97 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 18 Sep 2023 09:17:48 -0400 Subject: [PATCH] ci: Init submodules here Prep for adding a sagano git submodule. --- .cci.jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index c5e5f34ba8..f5bf7ab38e 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -4,6 +4,9 @@ cosaPod(cpus: 4, memory: "9Gi") { checkoutToDir(scm, 'config') + // Until https://github.com/coreos/coreos-ci-lib/pull/153 lands + shwrap("git submodule update --init --recursive") + def basearch = shwrapCapture("cosa basearch") def mechanical_streams = ['branched', 'rawhide']