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
When passing --image together with --aws-batch, the --image option is ignored. It is neither used nor is a warning emitted that this option will have no effect.
Expected behavior
Either use the image specified by the option or warn the user that the option is not supported and ignored.
How to reproduce
Run nextstrain build --image nextstrain/base:build-20230217T192833Z --aws-batch . and observe results
The text was updated successfully, but these errors were encountered:
Current Behavior
When passing
--image
together with--aws-batch
, the--image
option is ignored. It is neither used nor is a warning emitted that this option will have no effect.Expected behavior
Either use the image specified by the option or warn the user that the option is not supported and ignored.
How to reproduce
Run
nextstrain build --image nextstrain/base:build-20230217T192833Z --aws-batch .
and observe resultsThe text was updated successfully, but these errors were encountered: