Skip to content

Commit

Permalink
shopt, set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Jul 18, 2023
1 parent 17c5eb9 commit 4f8aa97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- script: |
export CI=true
. ./hack/e2e/run-rp-and-e2e.sh
shopt -s expand_aliases
set -x
# check the CI environment
validate_podman_running
Expand All @@ -96,8 +98,7 @@ jobs:
hack/get-admin-kubeconfig.sh /subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$CLUSTER/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER >admin.kubeconfig
export KUBECONFIG=admin.kubeconfig
shopt -s expand_aliases
wget -nv https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/$(OpenShiftVersion)/openshift-client-linux-$(OpenShiftVersion).tar.gz
wget -nv https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.10.20/openshift-client-linux-$(OpenShiftVersion).tar.gz
tar xf openshift-client-linux-$(OpenShiftVersion).tar.gz
# test the kubeconfig and collect the gather
Expand Down

0 comments on commit 4f8aa97

Please sign in to comment.