Skip to content

Commit

Permalink
Update docker-image.yml - updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanavigera authored Nov 14, 2023
1 parent 54d4878 commit b219a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "Sleeping for 60 seconds"
sleep 45
docker ps -a
if curl -s http://localhost:5000/ | grep "Login to UofT Event Hub"
if curl -s http://localhost:5000/ | grep "Login to UofT EventHub"
then
echo "Login page detected. PR can be merged!"
else
Expand Down

0 comments on commit b219a5a

Please sign in to comment.