Commit bab58c2
committed
fix(bin): remove cli from
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]>bin/docker-build
1 parent 9fb7392 commit bab58c2
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 16 | | |
22 | 17 | | |
0 commit comments