Skip to content

Commit

Permalink
ci: Adapt to use fcosKola semantics
Browse files Browse the repository at this point in the history
This was changed recently and broke us since we do explicitly call
`fcosKola` instead of implicitly via `fcosBuild`. Adapt to the new
semantics.
  • Loading branch information
jlebon committed Apr 15, 2020
1 parent 73d527d commit 738996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ parallel fcos: {
coreos-assembler build
""")
}
fcosKola("${env.WORKSPACE}")
fcosKola(cosaDir: "${env.WORKSPACE}")
}
},
buildopts: {
Expand Down

0 comments on commit 738996a

Please sign in to comment.