ci: Adapt to use new fcosKola semantics

This was changed recently and broke us since we do explicitly call
`fcosKola` instead of implicitly via `fcosBuild`. Adapt to the new
semantics.
This commit is contained in:
Jonathan Lebon 2020-04-15 12:36:52 -04:00
parent 73d527dee3
commit 452840f283
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ parallel fcos: {
coreos-assembler build coreos-assembler build
""") """)
} }
fcosKola("${env.WORKSPACE}") fcosKola(cosaDir: "${env.WORKSPACE}")
} }
}, },
buildopts: { buildopts: {