From 53e7a6060eb5ee99da67c4c9c045e9d14078ee82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 23 Jun 2022 19:35:51 +0100 Subject: [PATCH] evaluate the correct jobset --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index be04643..df6c521 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,4 +50,4 @@ steps: - name: Notify hydra image: curlimages/curl:latest commands: - - curl --get --data-urlencode "jobsets=nixos-config:nixos-config" https://hydra.chir.rs/api/push + - curl --get --data-urlencode "jobsets=darkkirb:nix-packages" https://hydra.chir.rs/api/push