l prism.r: allow jeschli push to all branches

This commit is contained in:
lassulus 2018-01-16 00:03:55 +01:00
parent 291a3347e9
commit dde9e711fc

View File

@ -300,7 +300,7 @@ in {
jeschli-brauerei jeschli-brauerei
]; ];
repo = [ config.krebs.git.repos.stockholm ]; repo = [ config.krebs.git.repos.stockholm ];
perm = with git; push "refs/heads/staging/jeschli" [ fast-forward non-fast-forward create delete merge ]; perm = with git; push "refs/heads/staging/jeschli*" [ fast-forward non-fast-forward create delete merge ];
} }
]; ];
} }