Skip to content

Commit 2cee295

Browse files
Merge pull request #7924 from stevekuznetsov/skuznets/dont-share-log
ipi-install-install: don't share the installer log
2 parents c8bc5af + 0c19ccd commit 2cee295

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ set -e
4545
cp \
4646
-t "${SHARED_DIR}" \
4747
"${dir}/auth/kubeconfig" \
48-
"${dir}/metadata.json" \
49-
"${dir}/terraform.tfstate" \
50-
"${dir}/.openshift_install.log"
48+
"${dir}/metadata.json"
5149
cp "${dir}/.openshift_install.log" "${ARTIFACT_DIR}/"
5250
cp "${dir}"/log-bundle-*.tar.gz "${ARTIFACT_DIR}/" 2>/dev/null || :
5351
exit "$ret"

0 commit comments

Comments
 (0)