Skip to content

Commit

Permalink
adjust pod text
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Sep 5, 2024
1 parent 267a1fe commit b95642f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/KubernetesInternalClients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
kubectl logs --tail=20 hazelcast-${{ matrix.client-language }}-client >> output-${{ matrix.client-language }}-deletepods.txt
cat output-${{ matrix.client-language }}-deletepods.txt
if [ $(grep -o 'Current map size:' output-${{ matrix.client-language }}-deletepods.txt | wc -l) != $"20" ]; then exit 1; fi
kubectl cp pod/hazelcast-java-client:/log/hazelcast.log .
kubectl cp hazelcast-java-client:/log/hazelcast.log .
- name: Upload hazelcast logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b95642f

Please sign in to comment.