Skip to content

Commit

Permalink
HARMONY-1564: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Jan 25, 2024
1 parent 5b7273b commit c844287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/harmony-in-a-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
kubectl -n harmony get pods
harmony_pod=$(kubectl get pods -n harmony -l app=harmony | grep -v NAME | awk '{print $1;}')
kubectl -n harmony describe pod $harmony_pod
echo "========harmony pod log"
echo "Harmony pod log:"
kubectl -n harmony logs $harmony_pod
exit 1
fi
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
if [[ "$GIOVANNI_STATUS" != "running" ]]; then
break
else
echo "Giovanni reqeust running, wait..."
echo "Giovanni request running, wait..."
sleep 10
fi
done
Expand Down

0 comments on commit c844287

Please sign in to comment.