Skip to content

Commit 5149870

Browse files
committed
fix: remove redundant KARMADA_PULL_CLUSTER_NAME exports in CLI installation workflow
Signed-off-by: Sky Singh <akashsingh2210670@gmail.com>
1 parent fc37762 commit 5149870

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/installation-cli.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
4646
# run a single e2e
4747
export PULL_BASED_CLUSTERS="member1:${HOME}/.kube/member1.config"
48-
export KARMADA_PULL_CLUSTER_NAME="member1"
4948
export KUBECONFIG=${HOME}/.kube/karmada-host.config:${HOME}/karmada/karmada-apiserver.config
5049
GO111MODULE=on go install github.com/onsi/ginkgo/v2/ginkgo
5150
ginkgo -v --race --trace -p --focus="[BasicPropagation] propagation testing deployment propagation testing" ./test/e2e/suites/base
@@ -90,7 +89,6 @@ jobs:
9089
9190
# run a single e2e
9291
export PULL_BASED_CLUSTERS="config-member1:${HOME}/.kube/config-member1.config"
93-
export KARMADA_PULL_CLUSTER_NAME="config-member1"
9492
export KUBECONFIG=${HOME}/.kube/karmada-host.config:${HOME}/karmada/karmada-apiserver.config
9593
GO111MODULE=on go install github.com/onsi/ginkgo/v2/ginkgo
9694
ginkgo -v --race --trace -p --focus="[BasicPropagation] propagation testing deployment propagation testing" ./test/e2e/suites/base

0 commit comments

Comments
 (0)