Skip to content

Commit

Permalink
Update .github/scripts/verifyDeploy.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gable <andrew@expensify.com>
  • Loading branch information
roryabraham and AndrewGable authored Sep 27, 2024
1 parent cbaa36f commit 2ccaacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/verifyDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ while [[ $ATTEMPT -lt $MAX_ATTEMPTS ]]; do
fi

if [[ $ATTEMPT -lt $MAX_ATTEMPTS ]]; then
echo "Version mismatch. Retrying in 5 seconds..."
echo "Version mismatch, found $DOWNLOADED_VERSION. Retrying in 5 seconds..."
sleep 5
fi
done
Expand Down

0 comments on commit 2ccaacc

Please sign in to comment.