Skip to content

Commit 4c224d5

Browse files
authored
Merge pull request #955 from dustymabe/dusty-osbuild
jobs/bump-lockfile: drop use_osbuild use
2 parents e8a1de7 + 0dc0ecb commit 4c224d5

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)