Skip to content

Commit

Permalink
chore: Remove sleep statements from tilt script
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Nov 29, 2024
1 parent d017828 commit 607cb04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/bin/tilt-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 607cb04

Please sign in to comment.