Skip to content

Commit d95fe32

Browse files
committed
Add debug output
1 parent 0ed6463 commit d95fe32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/pipelines/rhtap-cli-e2e_hive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ spec:
329329
mountPath: /usr/local/hive-creds
330330
script: |
331331
#!/usr/bin/bash
332+
set -x
332333
oc login $(cat /usr/local/hive-creds/kube_api_url) -u cluster-admin -p $(cat /usr/local/hive-creds/password)
333334
oc whoami
334335
oc delete clusterclaim $(context.pipelineRun.name) -n hive

0 commit comments

Comments
 (0)