diff options
author | lassulus <lassulus@lassul.us> | 2018-01-16 00:03:55 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-01-16 00:03:55 +0100 |
commit | dde9e711fc2e6f15565d4d402d1743fa69d111f3 (patch) | |
tree | 76cf69af22d6f1a293f5c7b402526528ffe447b2 /lass/1systems/prism/config.nix | |
parent | 291a3347e9baedd35baf855e58dc98caef066d69 (diff) |
l prism.r: allow jeschli push to all branches
Diffstat (limited to 'lass/1systems/prism/config.nix')
-rw-r--r-- | lass/1systems/prism/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 3e42ecd75..5831cd6cf 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -300,7 +300,7 @@ in { jeschli-brauerei ]; 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 ]; } ]; } |