Skip to content

Commit 0dc0ecb

Browse files
committed
jobs/bump-lockfile: drop use_osbuild use
This is no longer necessary since c041f3d and should have been cleaned up in that commit.
1 parent e8a1de7 commit 0dc0ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/bump-lockfile.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ lock(resource: "bump-lockfile") {
216216
shwrap("cosa fetch --strict")
217217
}
218218
stage("${arch}:Build") {
219-
shwrap("cosa shell -- env COSA_USE_OSBUILD=${use_osbuild} cosa build --force --strict")
219+
shwrap("cosa build --force --strict")
220220
}
221221
def n = ncpus - 1 // remove 1 for upgrade test
222222
kola(cosaDir: env.WORKSPACE, parallel: n, arch: arch,

0 commit comments

Comments
 (0)