diff --git a/dev/bin/tilt-ci.sh b/dev/bin/tilt-ci.sh index 5254d3e32..3c0363f65 100755 --- a/dev/bin/tilt-ci.sh +++ b/dev/bin/tilt-ci.sh @@ -7,8 +7,6 @@ REPO_ROOT=$(git rev-parse --show-toplevel) cd "${REPO_ROOT}" tilt ci --file dev/Tiltfile | tee tilt.log | grep cypress -sleep 2m - status=${PIPESTATUS[0]} if [[ $status -eq 0 ]]; then