File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
260260fi
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"
You can’t perform that action at this time.
0 commit comments