mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-25 21:57:42 +03:00
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:
parent
73d527dee3
commit
452840f283
@ -77,7 +77,7 @@ parallel fcos: {
|
||||
coreos-assembler build
|
||||
""")
|
||||
}
|
||||
fcosKola("${env.WORKSPACE}")
|
||||
fcosKola(cosaDir: "${env.WORKSPACE}")
|
||||
}
|
||||
},
|
||||
buildopts: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user