Skip to content

Commit 6413d24

Browse files
authored
Merge pull request #4157 from Issacwww/main
bug: fix misformated crd url in CRD cleanup
2 parents efff73d + b00eed0 commit 6413d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run-e2e-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function cleanUp(){
5353
if [[ $ADC_REGIONS == *"$REGION"* ]]; then
5454
kubectl delete -k "$SCRIPT_DIR"/../helm/aws-load-balancer-controller/crds --timeout=30s || true
5555
else
56-
kubectl delete -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master" --timeout=30s || true
56+
kubectl delete -k "github.com/aws/eks-charts//stable/aws-load-balancer-controller/crds?ref=master" --timeout=30s || true
5757
fi
5858
}
5959

@@ -259,4 +259,4 @@ if [[ "$TEST_RESULT" == fail ]]; then
259259
exit 1
260260
fi
261261

262-
echo "Successfully finished the test suite $(($SECONDS / 60)) minutes and $(($SECONDS % 60)) seconds"
262+
echo "Successfully finished the test suite $(($SECONDS / 60)) minutes and $(($SECONDS % 60)) seconds"

0 commit comments

Comments
 (0)