Skip to content

Commit cc470e0

Browse files
authored
Fix hack/e2e.sh script for linting error (#370)
1 parent b6c6a25 commit cc470e0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hack/e2e.sh

-8
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ function fatal() { error "${@}" || exit "${?}"; }
128128
# safe for linux and darwin
129129
function base64d() { base64 -D 2>/dev/null || base64 -d; }
130130

131-
# safe for linux and darwin
132-
function base64e() { base64 -w0 2>/dev/null || base64; }
133-
134-
function md5safe() { md5sum 2>/dev/null || md5; }
135-
136-
# base64e encodes STDIN to base64
137-
138131
# kubectl_mgc executes kubectl against management cluster.
139132
function kubectl_mgc() { kubectl --context "kind-${KIND_MANAGEMENT_CLUSTER}" "${@}"; }
140133

@@ -408,4 +401,3 @@ EOF
408401
[[ -n "${E2E_DOWN}" ]] && e2e_down
409402

410403
exit 0
411-

0 commit comments

Comments
 (0)