mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
Revert "Disable the metrics job"
This reverts commit9bcf305063. The machine has been back for some time. (cherry picked from commit20baaf104a)
This commit is contained in:
@@ -30,7 +30,7 @@ let
|
||||
jobs =
|
||||
{ tarball = import ./make-tarball.nix { inherit pkgs nixpkgs officialRelease; };
|
||||
|
||||
#metrics = import ./metrics.nix { inherit pkgs nixpkgs; };
|
||||
metrics = import ./metrics.nix { inherit pkgs nixpkgs; };
|
||||
|
||||
manual = import ../../doc { inherit pkgs nixpkgs; };
|
||||
lib-tests = import ../../lib/tests/release.nix { inherit pkgs; };
|
||||
|
||||
Reference in New Issue
Block a user