Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
b6771ab6
Unverified
Commit
b6771ab6
authored
4 years ago
by
Matthew Fisher
Browse files
Options
Download
Patches
Plain Diff
fix(Makefile): disable go modules
Signed-off-by:
Matthew Fisher
<
matt.fisher@microsoft.com
>
parent
5f2584fd
release-2.17
dev-v2
v2.17.0
v2.17.0-rc.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-4
Makefile
with
4 additions
and
4 deletions
+4
-4
Makefile
+
4
−
4
View file @
b6771ab6
...
...
@@ -122,7 +122,7 @@ docker-test-unit: check-docker
-v
$(
shell
pwd
)
:/go/src/k8s.io/helm
\
-w
/go/src/k8s.io/helm
\
$(
DEV_IMAGE
)
\
bash
-c
"HELM_HOME=/no/such/dir
go
test
$(
GOFLAGS
)
-run
$(
TESTS
)
$(
PKG
)
$(
TESTFLAGS
)
"
bash
-c
"HELM_HOME=/no/such/dir
$(
GO
)
test
$(
GOFLAGS
)
-run
$(
TESTS
)
$(
PKG
)
$(
TESTFLAGS
)
"
.PHONY
:
test-style
test-style
:
...
...
@@ -168,16 +168,16 @@ HAS_GIT := $(shell command -v git;)
.PHONY
:
bootstrap
bootstrap
:
ifndef
HAS_GLIDE
go
get
-u
github.com/Masterminds/glide
$(
GO
)
get
-u
github.com/Masterminds/glide
endif
ifndef
HAS_GOX
go
get
-u
github.com/mitchellh/gox
$(
GO
)
get
-u
github.com/mitchellh/gox
endif
ifndef
HAS_GIT
$(
error
You must
install
Git
)
endif
glide
install
--strip-vendor
go
build
-o
bin/protoc-gen-go
./vendor/github.com/golang/protobuf/protoc-gen-go
$(GO)
build
-o
bin/protoc-gen-go
./vendor/github.com/golang/protobuf/protoc-gen-go
include
versioning.mk
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets