Skip to content

Commit

Permalink
jobs/bump-lockfile: drop use_osbuild use
Browse files Browse the repository at this point in the history
This is no longer necessary since c041f3d and should have
been cleaned up in that commit.
  • Loading branch information
dustymabe committed Jan 24, 2024
1 parent e8a1de7 commit 0dc0ecb
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 0dc0ecb

Please sign in to comment.