Skip to content

Commit

Permalink
hydra: attic: Don't ignore upstream cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ElXreno committed Sep 13, 2024
1 parent 0844707 commit 92d5f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/services/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
hydra_outputs=`cat $HYDRA_JSON | ${pkgs.jq}/bin/jq -r '.outputs[].path'`
outputs=`${pkgs.nix}/bin/nix-store -qR --include-outputs $(${pkgs.nix}/bin/nix-store -qd $hydra_outputs) | ${pkgs.gnugrep}/bin/grep -v '\.drv$'`
${attic}/bin/attic push elxreno --ignore-upstream-cache-filter $outputs
${attic}/bin/attic push elxreno $outputs
'';
in {
sops.secrets."ssh/distributed-builds" = { owner = "hydra-queue-runner"; };
Expand Down

0 comments on commit 92d5f35

Please sign in to comment.