Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit a1bbbdd

Browse files
Merge pull request #81 from loafyloaf/pods
Pod check
2 parents 9ccbeee + fdce7d3 commit a1bbbdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-kubernetes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ kubectl_deploy() {
3131
while [[ $(kubectl get pods -l app=gitlab | grep -c Running) -ne 3 ]]; do
3232
if [[ ! "$i" -lt 24 ]]; then
3333
echo "Timeout waiting on pods to be ready"
34+
kubectl get pods -a
3435
test_failed "$0"
3536
fi
3637
sleep 10

0 commit comments

Comments
 (0)