forked from emily/nixfiles
meow
This commit is contained in:
parent
18b7df6405
commit
d237478fe8
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ wait_for_hydra () {
|
||||||
git_rev="$(gitin rev-parse update-inputs)"
|
git_rev="$(gitin rev-parse update-inputs)"
|
||||||
while true; do
|
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")"
|
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
|
if [[ "${git_rev}" == "${hydra_rev}" ]]; then
|
||||||
echo "Hydra got new commit"
|
echo "Hydra got new commit"
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue