Skip to content

Commit

Permalink
DEBUG: keep data
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Jan 2, 2025
1 parent 90dbda8 commit d7c6fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ibm/pipelines/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ droute_send() {
oc whoami --show-server
local droute_pod_name=$(oc get pods -n droute --no-headers -o custom-columns=":metadata.name" | grep ubi9-cert-rsync)
local temp_droute=$(oc exec -n "${droute_project}" "${droute_pod_name}" -- /bin/bash -c "mktemp -d")
echo "Data Router temporary directory created: $temp_droute"

JOB_BASE_URL="https://prow.ci.openshift.org/view/gs/test-platform-results"
if [ -n "${PULL_NUMBER:-}" ]; then
Expand Down Expand Up @@ -173,7 +174,7 @@ droute_send() {
done
set -e
fi
oc exec -n "${droute_project}" "${droute_pod_name}" -- /bin/bash -c "rm -rf ${temp_droute}/*"
#oc exec -n "${droute_project}" "${droute_pod_name}" -- /bin/bash -c "rm -rf ${temp_droute}/*"
if [ -n "${PULL_NUMBER:-}" ]; then
set -e
fi
Expand Down

0 comments on commit d7c6fdf

Please sign in to comment.