Revert "Disable the metrics job"

This reverts commit 9bcf305063.
The machine has been back for some time.

(cherry picked from commit 20baaf104a)
This commit is contained in:
Vladimír Čunát
2020-11-04 13:53:25 +01:00
parent 1ae46bffe4
commit dcc62359cd

View File

@@ -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; };