mozilla/adr
`extra/docker/run-adr` script doesn't allow --ref after the repository
Open
#39 opened on Dec 12, 2019
buggood first issue
Repository metrics
- Stars
- (4 stars)
- PR merge metrics
- (PR metrics pending)
Description
The script's ArgumentParser will treat --ref foo as the recipe name rather than an argument to the script itself. So the only way to use it is to run:
$ ./run-adr --ref foo user/repo <recipe>
This is somewhat annoying and un-intuitive.