Closed treblereel closed 1 week ago
@ricardozanini I have added --minify
option to the deploy, it allows us to skip minification if needed
By default it's true
@domhanak can you please verify this?
@domhanak can you please verify this?
Yup, working on it, investigating some issue with compilation after the minifications, Will let you know.
kn workflow specs help
- :heavy_check_mark: kn workflow specs minify
-> this does nothing, and when I do kn workflow specs minify help
the result is the same. I think we can better explain the command to the user, in a sense he understands openapi
needs to be added as argument to start the minification. For example adding more targeted HELP description here :construction: kn workflow specs minify openapi
01-hello-resources-specs.yaml
when deploying but the workflow is failing with compilation errors.
:eyes: investigating why :eyes:
Cause: Typo in function definition of the workflow, once fixed workflow properly deploys without errors. :heavy_check_mark: components
are part of the minified file, is that expected? :question: :white_check_mark: Minified file specs/greetingAPI.min.yaml created with 7572 bytes (original size: 6212 bytes)
More information about testing to follow, I will update the comment with latest info. Double checking the scenarios with subflows.
Fix https://github.com/apache/incubator-kie-tools/issues/2601
tests are missed atm, I'll add it in a couple of days