Skip to content

Commit

Permalink
Merge pull request kubevirt#9164 from xpivarc/fix-operator-target
Browse files Browse the repository at this point in the history
Fix operator target
  • Loading branch information
kubevirt-bot authored Feb 5, 2023
2 parents a7233b7 + adfa95a commit 6234489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ elif [[ $TARGET =~ sig-compute-migrations ]]; then
elif [[ $TARGET =~ sig-compute ]]; then
export KUBEVIRT_PROVIDER=${TARGET/-sig-compute/}
elif [[ $TARGET =~ sig-operator ]]; then
export KUBEVIRT_PROVIDER=${TARGET/-sig-operator/}
export KUBEVIRT_PROVIDER=${TARGET/-sig-operator*/}
elif [[ $TARGET =~ sig-monitoring ]]; then
export KUBEVIRT_PROVIDER=${TARGET/-sig-monitoring/}
export KUBEVIRT_DEPLOY_PROMETHEUS=true
Expand Down

0 comments on commit 6234489

Please sign in to comment.