Skip to content

Commit

Permalink
adding check to blank for ibm
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED

Signed-off-by: Auto User <[email protected]>
  • Loading branch information
Auto User authored and chaitanyaenr committed Sep 5, 2024
1 parent 96956be commit bab373d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node-disruptions/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ if [[ "$CLOUD_TYPE" == "vmware" || "$CLOUD_TYPE" == "ibmcloud" ]]; then

## Set to True if you want to verify the vSphere client session using certificates; else False
export VERIFY_SESSION="verify_session: $VERIFY_SESSION"
export SKIP_OPENSHIFT_CHECKS="skip_openshift_checks: $SKIP_OPENSHIFT_CHECKS"
else
export SKIP_OPENSHIFT_CHECKS=""
export VERIFY_SESSION=""
fi

env
envsubst < node-scenarios/plugin_node_scenario.yaml.template > /tmp/node_scenario.yaml
export SCENARIO_TYPE="plugin_scenarios"

Expand Down

0 comments on commit bab373d

Please sign in to comment.