diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67404bbe05a87bcc6ae3a7a6ad3305168757764e..e927861e75b2916e4ab3e2e40e3e741939d9cdf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ deploy-build-environment: # wait for job to finish https://stackoverflow.com/questions/5073453wait-for-kubernetes-job-to-complete-on-either-failure-success-using-command-line - oc get job/simplejob -o=jsonpath='{.status}' -w - oc get job/simplejob -o=jsonpath='{.status.conditions[*].type}' | grep -i -E 'failed|complete' || echo 'Failed' + - oc logs jobs/simplejob tags: - shell-runner