mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 23:13:08 +00:00
parent
8274c4da14
commit
c24861e932
1
.github/workflows/run-release-tests.yaml
vendored
1
.github/workflows/run-release-tests.yaml
vendored
@ -109,6 +109,7 @@ jobs:
|
||||
# Get logs
|
||||
while [[ $(kubectl get pod ${pod} -n ${namespace} -o jsonpath='{.status.phase}') == "Running" ]]; do
|
||||
echo "Show ${pod} logs ..."
|
||||
echo "----"
|
||||
kubectl logs $pod -n $namespace -f || true
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user