Skip to content

Resolve "Minio: failed DNS can result in Job "success""

Jason Plum requested to merge 185-fix-minio-success-check into master

Change the value test of STATUS to be explicit integer comparison to 0: $STATUS -eq 0

This should resolve an #185 (closed), as it appears to be an oddity in busybox ash vs bash expected behavior.

Closes #185 (closed)

Merge request reports