Skip to content

Commit

Permalink
ci: Clear out tmp/repo to test ostree repo re-import
Browse files Browse the repository at this point in the history
This way we validate that it's just a cache.  Prep
for using ostree-containers.
  • Loading branch information
cgwalters committed Jun 14, 2021
1 parent fb1a571 commit 6b46952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pod(image: imageName + ":latest", kvm: true, memory: "10Gi") {
}

stage("Build Live Images") {
// Explicitly test re-importing the ostree repo
shwrap("cd /srv && rm tmp/repo -rf")
utils.cosaCmd(cosaDir: "/srv", args: "buildextend-live --fast")
}

Expand Down

0 comments on commit 6b46952

Please sign in to comment.