Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't print the error message on multispec exit code 2
For non-existing and not expected matrix combinations generator produced a loud message that looked like a genuine error. ``` [ERROR] distgen failed: Command '['dg', '--multispec', 'specs/multispec.yml', '--template', 'src/Dockerfile.template', '--distro', 'centos-7-x86_64.yaml', '--multispec-selector', 'version=3.11', '--output', '3.11/Dockerfile.centos7']' returned non-zero exit status 2. ``` For exit code 2 the message is now supressed. Related: sclorg/s2i-python-container#594
- Loading branch information