Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9b160ab9
Unverified
Commit
9b160ab9
authored
Nov 30, 2018
by
Kubernetes Prow Robot
Committed by
GitHub
Nov 30, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #71538 from cblecker/godep-path
Don't use hermetic go environment for installing godep
parents
83b3baaf
b1aae873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
util.sh
hack/lib/util.sh
+2
-4
No files found.
hack/lib/util.sh
View file @
9b160ab9
...
...
@@ -456,10 +456,8 @@ kube::util::ensure_godep_version() {
# Otherwise, install forked godep
kube::log::status
"Installing godep version
${
godep_target_version
}
"
# Run in hermetic GOPATH
kube::golang::setup_env
go
install
k8s.io/kubernetes/third_party/forked/godep
export
KUBE_GODEP
=
"
${
KUBE_GOPATH
}
/bin/godep"
GOBIN
=
"
${
KUBE_OUTPUT_BINPATH
}
"
go
install
k8s.io/kubernetes/third_party/forked/godep
export
KUBE_GODEP
=
"
${
KUBE_OUTPUT_BINPATH
}
/godep"
kube::log::status
"Installed
${
KUBE_GODEP
}
"
# Verify that the installed godep from fork is what we expect
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment