From d237478fe8b349d8b3fabd996c02031a986cc24f Mon Sep 17 00:00:00 2001 From: emily Date: Fri, 17 May 2024 00:10:16 +0200 Subject: [PATCH] meow --- pkgs/update-nixfiles/update-nixfiles.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/update-nixfiles/update-nixfiles.sh b/pkgs/update-nixfiles/update-nixfiles.sh index 888a237..4e875e1 100644 --- a/pkgs/update-nixfiles/update-nixfiles.sh +++ b/pkgs/update-nixfiles/update-nixfiles.sh @@ -45,7 +45,6 @@ wait_for_hydra () { git_rev="$(gitin rev-parse update-inputs)" while true; do hydra_rev="$(curl -s -L -H "Accept: application/json" "${JOBSET_URL}/latest-eval" | jq -r .flake | sed -E "s/.+&rev=(.*)/\1/g")" - echo "${hydra_rev}" if [[ "${git_rev}" == "${hydra_rev}" ]]; then echo "Hydra got new commit" break