Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Update test-infra: get rid of Unbound variable running update-deps wa…
Browse files Browse the repository at this point in the history
…rning (#28)
  • Loading branch information
chaodaiG authored and knative-prow-robot committed May 22, 2019
1 parent 8a94957 commit 94718bb
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 79 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/imdario/mergo v0.3.6 // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/knative/pkg v0.0.0-20181214184433-b04c0947ad2f
github.com/knative/test-infra v0.0.0-20190509234238-51f0bf3fa414
github.com/knative/test-infra v0.0.0-20190518032526-1576da300696
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ github.com/knative/pkg v0.0.0-20181214184433-b04c0947ad2f h1:f33PgiQEFQwbhn1a3IW
github.com/knative/pkg v0.0.0-20181214184433-b04c0947ad2f/go.mod h1:7Ijfhw7rfB+H9VtosIsDYvZQ+qYTz7auK3fHW/5z4ww=
github.com/knative/test-infra v0.0.0-20190509234238-51f0bf3fa414 h1:gPf9qMbhfkhjt6YrZr43JB639hQPNe6/idA62S4ZHMo=
github.com/knative/test-infra v0.0.0-20190509234238-51f0bf3fa414/go.mod h1:l77IWBscEV5T4sYb64/9iwRCVY4UXEIqMcAppsblHW4=
github.com/knative/test-infra v0.0.0-20190518032526-1576da300696 h1:/TmqPeO8CerT9z02eZBocMrBn3ofHJNATm/8jP7Xk1c=
github.com/knative/test-infra v0.0.0-20190518032526-1576da300696/go.mod h1:l77IWBscEV5T4sYb64/9iwRCVY4UXEIqMcAppsblHW4=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
Expand Down
21 changes: 15 additions & 6 deletions vendor/github.com/knative/test-infra/scripts/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/knative/test-infra/scripts/e2e-tests.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 38 additions & 7 deletions vendor/github.com/knative/test-infra/scripts/library.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 16 additions & 3 deletions vendor/github.com/knative/test-infra/scripts/presubmit-tests.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94718bb

Please sign in to comment.