From 6a775423c35c2050247564767f63f16c241b0188 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 18 Dec 2019 15:05:02 -0500 Subject: [PATCH] Use upstream Pebble v2.3.0 for E2E tests. This is a follow-up from 0f196a5 which temporarily switched the Pebble image to a fork. The required functionality landed in the upstream v2.3.0 release and so the E2E tests can be switched back to the upstream repo. Signed-off-by: Daniel McCarney --- test/e2e/images.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/images.bzl b/test/e2e/images.bzl index 34a268128..9c7775878 100644 --- a/test/e2e/images.bzl +++ b/test/e2e/images.bzl @@ -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",