sanitize strings for hydra url
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
7058a9fc13
commit
e0d6b9169e
@ -56,7 +56,7 @@ let
|
|||||||
null
|
null
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
name = "branch-${name}";
|
name = (builtins.replaceStrings [ "/" ] [ "-" ] "branch-${name}");
|
||||||
value = makeJob {
|
value = makeJob {
|
||||||
description = "Branch ${name}";
|
description = "Branch ${name}";
|
||||||
flake = "git+ssh://git@github.com/${repo}?ref=${ref}";
|
flake = "git+ssh://git@github.com/${repo}?ref=${ref}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user