-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(KFLUXBUGS-1278): make iib errors available to users #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ShellCheck found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
f930352
to
dc9af67
Compare
all good code wise, but it has some shellcheck warnings to fix. EDIT: Actually some warning are a bit worrying - as for instance, commands unreacheable and so far. It might need a bit of tweaking. |
dc9af67
to
889a515
Compare
internal-services/catalog/iib-add-fbc-fragment-to-index-image-task.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm once Martins questions are answered.
d648b10
to
ea4873e
Compare
ea4873e
to
4ef6f55
Compare
This commit exposes the iib error log if one occurred in the iib operation and bubbles it up to the pipelineRun as a result. It also changes the iib-add-fbc-fragment-to-index-image task to never fail. Signed-off-by: Johnny Bieren <[email protected]>
4ef6f55
to
5032e67
Compare
This commit exposes the iib error log if one occurred in the iib operation and bubbles it up to the pipelineRun as a result. It also changes the iib-add-fbc-fragment-to-index-image task to never fail.