Skip to content

Commit bab58c2

Browse files
committed
fix(bin): remove cli from bin/docker-build
this commit removes mention of the cli from our `bin/docker-build` script. in #14360, we removed the cli image from our published artifacts. moreover, invoking `bin/linkerd` will call `bin/build-cli-bin`. so, this commit removes both calls, to the now deleted `bin/docker-build-cli-bin` script, as well as the `bin/build-cli-bin` script. this lets the `bin/docker-build` script focus solely on docker images. Signed-off-by: katelyn martin <[email protected]>
1 parent 9fb7392 commit bab58c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/docker-build

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,5 @@ bindir=$( cd "${0%/*}" && pwd )
1313
"$bindir"/docker-build-controller
1414
"$bindir"/docker-build-web
1515
"$bindir"/docker-build-debug
16-
if [ -z "${LINKERD_LOCAL_BUILD_CLI:-}" ]; then
17-
"$bindir"/docker-build-cli-bin
18-
else
19-
"$bindir"/build-cli-bin
20-
fi
2116
"$bindir"/docker-build-metrics-api
2217
"$bindir"/docker-build-tap

0 commit comments

Comments
 (0)