File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ set -x
2323# - Use /go as the default GOPATH because this is what the image uses
2424# - Link our current directory (containing the source code) to the package location in the GOPATH
2525
26- OWNER=" kubernetes- sigs"
26+ OWNER=" sigs.k8s.io "
2727REPO=" kustomize"
2828
29- GO_PKG_OWNER=$GOPATH /src/github.com/ $OWNER
29+ GO_PKG_OWNER=$GOPATH /src/$OWNER
3030GO_PKG_PATH=$GO_PKG_OWNER /$REPO
3131
3232mkdir -p $GO_PKG_OWNER
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project_name: kustomize
44builds :
55- main : ./kustomize.go
66 binary : kustomize
7- ldflags : -s -X github.com/kubernetes-sigs/ kustomize/pkg/commands.kustomizeVersion={{.Version}} -X github.com/kubernetes-sigs/ kustomize/pkg/commands.gitCommit={{.Commit}} -X github.com/kubernetes- sigs/kustomize/pkg/commands.buildDate={{.Date}}
7+ ldflags : -s -X sigs.k8s.io/ kustomize/pkg/commands.kustomizeVersion={{.Version}} -X sigs.k8s.io/ kustomize/pkg/commands.gitCommit={{.Commit}} -X sigs.k8s.io /kustomize/pkg/commands.buildDate={{.Date}}
88 goos :
99 - darwin
1010 - linux
You can’t perform that action at this time.
0 commit comments