We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d32fc commit 4f0ef8fCopy full SHA for 4f0ef8f
solutions/deploy/cloud-pak-deployer/main.tf
@@ -312,6 +312,7 @@ resource "terraform_data" "uninstall_cpd" {
312
while [ $i -lt $number_of_tries ]; do
313
314
echo "Running job ... $i"
315
+ ${self.input.oc} get jobs -n ${self.input.namespace_name}
316
317
${self.input.oc} wait --for=condition=complete job ${self.input.job_name} -n ${self.input.namespace_name} --timeout=0 2>/dev/null
318
if [ $? -eq 0 ]; then complete=true && break; fi
0 commit comments