Skip to content

Commit

Permalink
ci: Inherit submodules
Browse files Browse the repository at this point in the history
Prep for adding Sagano as a git submodule.
  • Loading branch information
cgwalters committed Sep 15, 2023
1 parent ef5551d commit 335ccb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cosaPod(cpus: 4, memory: "9Gi") {
def basearch = shwrapCapture("cosa basearch")
def mechanical_streams = ['branched', 'rawhide']

shwrap("git submodule update --init --recursive")
shwrap("cd config && ci/validate")

shwrap("""
Expand Down

0 comments on commit 335ccb1

Please sign in to comment.