srid / nixci

Define and build CI for Nix projects anywhere; superceded by Omnix https://omnix.page/om/ci.html
GNU Affero General Public License v3.0
109 stars 5 forks source link

`#` in branch name breaks nixci #17

Closed srid closed 1 year ago

srid commented 1 year ago
❯ nix run nixpkgs#nixci https://github.com/nammayatri/nammayatri/pull/2844
🍏 github:nammayatri/nammayatri/backend/bug-fix/#916-Driver-Rating-Customer
Error: nix eval failed to run (exited: 1)
srid commented 1 year ago

stderr after 69a35d455ad4f607537c20f4cfcd88d6b7a998cd

🍏 github:nammayatri/nammayatri/backend/bug-fix/#916-Driver-Rating-Customer
Error: nix eval failed to run (exited: 1). raw_output = error: 'github:nammayatri/nammayatri/backend/bug-fix/#916-Driver-Rating-Customer#nixci' is not a valid URL
srid commented 1 year ago

git+https://github.com/nammayatri/nammayatri?ref=backend/bug-fix/%23916-Driver-Rating-Customer works, although it is rather verbose.