Skip to content

Commit

Permalink
Merge pull request #7924 from stevekuznetsov/skuznets/dont-share-log
Browse files Browse the repository at this point in the history
ipi-install-install: don't share the installer log
  • Loading branch information
openshift-merge-robot authored Mar 25, 2020
2 parents c8bc5af + 0c19ccd commit 2cee295
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ set -e
cp \
-t "${SHARED_DIR}" \
"${dir}/auth/kubeconfig" \
"${dir}/metadata.json" \
"${dir}/terraform.tfstate" \
"${dir}/.openshift_install.log"
"${dir}/metadata.json"
cp "${dir}/.openshift_install.log" "${ARTIFACT_DIR}/"
cp "${dir}"/log-bundle-*.tar.gz "${ARTIFACT_DIR}/" 2>/dev/null || :
exit "$ret"

0 comments on commit 2cee295

Please sign in to comment.