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