Skip to content

Commit

Permalink
fix SM condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 24, 2025
1 parent 47bbfaf commit dea7ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Tasks/provision_self_managed_cluster.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check If Cluster Exists
[Tags] self_managed_existence
[Setup] Set ClusterPool Variables
${clustername} = Does ClusterName Exists use_pool=${use_cluster_pool}
Should Be Equal ${clustername} True
Should Not Be Equal ${clustername} False

Provision Self-Managed Cluster
[Documentation] Provision a self-managed cluster
Expand Down

0 comments on commit dea7ddb

Please sign in to comment.