Merge pull request #2481 from cpu/cpu-use-upstream-pebble-v2.3.0

Use upstream Pebble v2.3.0 for E2E tests.
This commit is contained in:
jetstack-bot 2020-01-09 12:04:14 +00:00 committed by GitHub
commit 3ec12c3534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,8 @@ def install():
## field in this rule
go_repository(
name = "org_letsencrypt_pebble",
commit = "930cc9b6f9ecfb81d755a949cc525d515893ee0f",
remote = "https://github.com/munnerz/pebble",
commit = "295d9c1182f27616cd91770f5e535e85a37e2cb9",
remote = "https://github.com/letsencrypt/pebble",
vcs = "git",
importpath = "github.com/letsencrypt/pebble",
build_external = "vendored",