Skip to content

Commit

Permalink
Merge #29586
Browse files Browse the repository at this point in the history
29586: teamcity-trigger: pick up fix to teamcity client library r=tschottdorf,jordanlewis a=benesch

Our stress builds were not getting triggered against the configured
branch due to a bug in github.com/abourget/teamcity.

Release note: None

Co-authored-by: Nikhil Benesch <nikhil.benesch@gmail.com>
  • Loading branch information
craig[bot] and benesch committed Sep 6, 2018
2 parents 91a58e8 + a715ac5 commit acc8f83
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
19 changes: 14 additions & 5 deletions Gopkg.lock

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

9 changes: 9 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ ignored = [
source = "https://github.com/cockroachdb/yaml"
branch = "v2-encoding-style"

[[constraint]]
name = "github.com/abourget/teamcity"
source = "https://github.com/cockroachdb/teamcity"

# https://github.com/golang/dep/pull/2003
[[constraint]]
name = "github.com/golang/dep"
branch = "master"

# github.com/docker/docker depends on a few functions not included in the
# latest release: reference.{FamiliarName,ParseNormalizedNamed,TagNameOnly}.
#
Expand Down

0 comments on commit acc8f83

Please sign in to comment.