Skip to content

Commit

Permalink
Add Visvere customer channel (#194)
Browse files Browse the repository at this point in the history
* add visvere channel
  • Loading branch information
alastairong1 authored Jan 16, 2025
1 parent 8bca419 commit 3a02f0f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,10 @@
// {
PBS_CHANNELS_DIRECTORY = config.passthru.hydra.channelsDirectory;
PBS_JOBSETS_DIRECTORY = config.passthru.hydra.jobsetsDirectory;
SOURCE_BRANCH_CHANNELS = builtins.concatStringsSep "," [ "scale-testing" ];
SOURCE_BRANCH_CHANNELS = builtins.concatStringsSep "," [
"scale-testing"
"visvere"
];
};
command = [ (lib.getExe' self.packages.${pkgs.system}.postbuildstepper "postbuildstepper") ];
}
Expand Down

0 comments on commit 3a02f0f

Please sign in to comment.