DEBUG echo

This commit is contained in:
Carlos Mocholí 2022-10-11 00:36:53 +02:00
parent 1cd4ee2022
commit 4011856e6e
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ jobs:
done
echo "Done waiting. Job status code: $status_code"
kubectl logs -f $pod_name --container=train > /tmp/full_output.txt
echo /tmp/full_output.txt
if grep -q '<?xml version="1.0" ?>' /tmp/full_output.txt; then
csplit /tmp/full_output.txt '/<?xml version="1.0" ?>/';
else