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.
2 parents c8bc5af + 0c19ccd commit 2cee295Copy full SHA for 2cee295
ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh
@@ -45,9 +45,7 @@ set -e
45
cp \
46
-t "${SHARED_DIR}" \
47
"${dir}/auth/kubeconfig" \
48
- "${dir}/metadata.json" \
49
- "${dir}/terraform.tfstate" \
50
- "${dir}/.openshift_install.log"
+ "${dir}/metadata.json"
51
cp "${dir}/.openshift_install.log" "${ARTIFACT_DIR}/"
52
cp "${dir}"/log-bundle-*.tar.gz "${ARTIFACT_DIR}/" 2>/dev/null || :
53
exit "$ret"
0 commit comments