Skip to content

Commit

Permalink
Fixup: Ensure kubeconfig is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 3, 2025
1 parent a5fe09c commit 3626cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.e2e.kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ else
fi

# TODO(marun) Is the path still necessary?
E2E_SERIAL=1 bash -x ./scripts/tests.e2e.sh --runtime=kube --image-name=localhost:5001/avalanchego-xsvm
E2E_SERIAL=1 KUBECONFIG="$HOME/.kube/config" PATH="${PWD}/bin:$PATH" bash -x ./scripts/tests.e2e.sh --runtime=kube --image-name=localhost:5001/avalanchego-xsvm

0 comments on commit 3626cf4

Please sign in to comment.