mirror of https://github.com/knative/client.git
Remove unwanted var in hack/build.sh (#1147)
This commit is contained in:
parent
3990a45591
commit
b6a4deee4c
|
|
@ -268,7 +268,6 @@ has_flag() {
|
||||||
cross_build() {
|
cross_build() {
|
||||||
local basedir=$(basedir)
|
local basedir=$(basedir)
|
||||||
local ld_flags="$(build_flags $basedir)"
|
local ld_flags="$(build_flags $basedir)"
|
||||||
local pkg="github.com/knative/client/pkg/kn/commands"
|
|
||||||
local failed=0
|
local failed=0
|
||||||
|
|
||||||
echo "⚔️ ${S}Compile"
|
echo "⚔️ ${S}Compile"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue