Skip to content

Commit

Permalink
feat: removed echo in pipeline (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 10, 2024
2 parents 20d7aa0 + d7cb0e6 commit f62645f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
run: |
for i in {1..5}; do
if curl --output /dev/null --silent --head --fail http://localhost:4200; then
echo "Application is up!"
exit 0
fi
echo "Waiting for the application to start..."
Expand Down

0 comments on commit f62645f

Please sign in to comment.