You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments