remove build-plugin extra quote (#7870)
This commit is contained in:
parent
c8ab4dc307
commit
43c22c4914
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function build_for_arch(){
|
|||
-trimpath -ldflags="-buildid= -w -s" \
|
||||
-X ${PKG}/version.RELEASE=${TAG} \
|
||||
-X ${PKG}/version.COMMIT=${COMMIT_SHA} \
|
||||
-X ${PKG}/version.REPO=${REPO_INFO}" \
|
||||
-X ${PKG}/version.REPO=${REPO_INFO} \
|
||||
-o "${release}/kubectl-ingress_nginx${extension}" "${PKG}/cmd/plugin"
|
||||
|
||||
cp LICENSE ${release}
|
||||
|
|
Loading…
Reference in a new issue