mozilla/adr
`extra/docker/run-adr` script doesn't allow --ref after the repository
オープン
#39 opened on 2019/12/12
buggood first issue
Repository metrics
- Stars
- (4 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.