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
42d2aca7
Commit
42d2aca7
authored
Aug 03, 2016
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download go-bindata in unit/verify/node e2e Jenkins builds
parent
4df99a8a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
test-dockerized.sh
hack/jenkins/test-dockerized.sh
+1
-0
verify-dockerized.sh
hack/jenkins/verify-dockerized.sh
+1
-0
e2e-node-jenkins.sh
test/e2e_node/jenkins/e2e-node-jenkins.sh
+1
-0
No files found.
hack/jenkins/test-dockerized.sh
View file @
42d2aca7
...
...
@@ -34,6 +34,7 @@ retry() {
export
PATH
=
${
GOPATH
}
/bin:
${
PWD
}
/third_party/etcd:/usr/local/go/bin:
${
PATH
}
retry go get github.com/tools/godep
&&
godep version
retry go get github.com/jteeuwen/go-bindata/go-bindata
retry go get github.com/jstemmer/go-junit-report
# Enable the Go race detector.
...
...
hack/jenkins/verify-dockerized.sh
View file @
42d2aca7
...
...
@@ -32,6 +32,7 @@ retry() {
export
PATH
=
${
GOPATH
}
/bin:
${
PWD
}
/third_party/etcd:/usr/local/go/bin:
${
PATH
}
retry go get github.com/tools/godep
&&
godep version
retry go get github.com/jteeuwen/go-bindata/go-bindata
export
LOG_LEVEL
=
4
...
...
test/e2e_node/jenkins/e2e-node-jenkins.sh
View file @
42d2aca7
...
...
@@ -28,6 +28,7 @@ set -x
.
$1
go get
-u
github.com/jteeuwen/go-bindata/go-bindata
make generated_files
# TODO converge build steps with hack/build-go some day if possible.
...
...
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