Skip to content

Commit

Permalink
vjvjbjb
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshithb1 committed May 27, 2024
1 parent 3805ae4 commit 11c86dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Check whether masterdata_loader has errors in Logs
run: |
if docker logs -f masterdata_loader | grep -q "ERROR"; then
if docker logs masterdata_loader | grep -qi "ERROR"; then
echo "Error found in masterdata_loader logs."
exit 1
else
Expand Down

0 comments on commit 11c86dd

Please sign in to comment.