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
23
23
# - Use /go as the default GOPATH because this is what the image uses
24
24
# - Link our current directory (containing the source code) to the package location in the GOPATH
25
25
26
- OWNER=" kubernetes- sigs"
26
+ OWNER=" sigs.k8s.io "
27
27
REPO=" kustomize"
28
28
29
- GO_PKG_OWNER=$GOPATH /src/github.com/ $OWNER
29
+ GO_PKG_OWNER=$GOPATH /src/$OWNER
30
30
GO_PKG_PATH=$GO_PKG_OWNER /$REPO
31
31
32
32
mkdir -p $GO_PKG_OWNER
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project_name: kustomize
4
4
builds :
5
5
- main : ./kustomize.go
6
6
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}}
8
8
goos :
9
9
- darwin
10
10
- linux
You can’t perform that action at this time.
0 commit comments