Skip to content

Commit

Permalink
ci: Init submodules here
Browse files Browse the repository at this point in the history
Prep for adding a sagano git submodule.
  • Loading branch information
cgwalters committed Sep 18, 2023
1 parent ef5551d commit 01a73b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 01a73b4

Please sign in to comment.