From: Jonathan Lebon Date: Wed, 15 Apr 2020 16:36:52 +0000 (-0400) Subject: ci: Adapt to use new fcosKola semantics X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~10^2~64^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=452840f2833a8db08d77021d03c6f6f1ce7c98d0;p=ostree.git 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. --- diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index eaa976f5..faae52a9 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -77,7 +77,7 @@ parallel fcos: { coreos-assembler build """) } - fcosKola("${env.WORKSPACE}") + fcosKola(cosaDir: "${env.WORKSPACE}") } }, buildopts: {