diff options
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/git.nix | 1 | ||||
-rw-r--r-- | lass/2configs/repo-sync.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index 8577d143c..381a37e1b 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -56,6 +56,7 @@ let channel = "#retiolum"; server = "cd.retiolum"; verbose = config.krebs.build.host.name == "prism"; + branches = [ "master" ]; }; }; }; diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index daf55bb95..d5fa6766f 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -16,6 +16,7 @@ let verbose = false; channel = "#retiolum"; server = "cd.retiolum"; + branches = [ "newest" ]; }; }); }; |