Scuba crashes with GitLab CI image dictionary #229
Labels
bug
gitlab-ci
Issues related to compatibility with .gitlab-ci.yml
starter-bug
A good bug for new contributors
Currently, if one specifies a
.scuba.yml
like this:With a GitLab CI configuration file like this:
When one runs
scuba build
, they will see the following stack trace:One can argue that Scuba shouldn't handle this use of
image
as a dictionary with multiple members, but at the very least Scuba shouldn't crash in this case and should give the user a helpful error message. I think it would also be fine for Scuba to accept this format ofimage
, though I don't think we can correctly support theentrypoint
element of theimage
dictionary.The text was updated successfully, but these errors were encountered: