Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Nov 22, 2024
1 parent 5cfa591 commit 53968e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ for var in "${required_vars[@]}"; do
fi
done

LATEST_REDEPLOY_FAILED="${LATEST_REDEPLOY_FAILED:-0}"
if [[ "${LATEST_REDEPLOY_FAILED}" -ne "0" ]] ;then
echo "Trying to re-run job when previous re-deploy failed"
return 1
fi

REGISTRY_BASE_URL="${REGISTRY_BASE_URL:-https://registry.coder.com}"

status=0
Expand Down

0 comments on commit 53968e4

Please sign in to comment.