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.
1 parent 0ed6463 commit d95fe32Copy full SHA for d95fe32
integration-tests/pipelines/rhtap-cli-e2e_hive.yaml
@@ -329,6 +329,7 @@ spec:
329
mountPath: /usr/local/hive-creds
330
script: |
331
#!/usr/bin/bash
332
+ set -x
333
oc login $(cat /usr/local/hive-creds/kube_api_url) -u cluster-admin -p $(cat /usr/local/hive-creds/password)
334
oc whoami
335
oc delete clusterclaim $(context.pipelineRun.name) -n hive
0 commit comments