Skip to content

Commit

Permalink
Merge pull request coreos#955 from dustymabe/dusty-osbuild
Browse files Browse the repository at this point in the history
jobs/bump-lockfile: drop use_osbuild use
  • Loading branch information
gursewak1997 committed Jan 24, 2024
2 parents e8a1de7 + 0dc0ecb commit 4c224d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/bump-lockfile.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ lock(resource: "bump-lockfile") {
shwrap("cosa fetch --strict")
}
stage("${arch}:Build") {
shwrap("cosa shell -- env COSA_USE_OSBUILD=${use_osbuild} cosa build --force --strict")
shwrap("cosa build --force --strict")
}
def n = ncpus - 1 // remove 1 for upgrade test
kola(cosaDir: env.WORKSPACE, parallel: n, arch: arch,
Expand Down

0 comments on commit 4c224d5

Please sign in to comment.