summaryrefslogtreecommitdiffstats
path: root/lass/1systems/prism/config.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-01-16 00:03:55 +0100
committerlassulus <lassulus@lassul.us>2018-01-16 00:03:55 +0100
commitdde9e711fc2e6f15565d4d402d1743fa69d111f3 (patch)
tree76cf69af22d6f1a293f5c7b402526528ffe447b2 /lass/1systems/prism/config.nix
parent291a3347e9baedd35baf855e58dc98caef066d69 (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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index 3e42ecd7..5831cd6c 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 ];
}
];
}