Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Jan 15, 2024
1 parent 6fdc753 commit e954f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
echo "Running kubecm global flag --config..."
echo "********************************************************************************"
bin/kubecm s kind-2nd-kind --config merge.config
bin/kubecm list --config merge.config
echo "********************************************************************************"
echo "Running kubecm list from env KUBECONFIG..."
echo "********************************************************************************"
export KUBECONFIG="$PWD/multi.config"
bin/kubecm s kind-3rd-kind
bin/kubecm list

0 comments on commit e954f73

Please sign in to comment.