From 2da36c95f44d5f88fd93cd949ab78823cea74fe7 Mon Sep 17 00:00:00 2001 From: Amarin Phaosawasdi Date: Mon, 20 Dec 2021 09:05:05 -0800 Subject: [PATCH] fix(profiler): remove certificate expiration workaround (#5222) --- profiler/kokoro/integration_test.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/profiler/kokoro/integration_test.sh b/profiler/kokoro/integration_test.sh index 30ac2085432..c3a683403bd 100644 --- a/profiler/kokoro/integration_test.sh +++ b/profiler/kokoro/integration_test.sh @@ -28,13 +28,6 @@ set -eo pipefail # Display commands being run. set -x -# Remove expired certificate; otherwise `go mod download` may fail. -# See https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/ -# for more context. -sudo apt-get install -y ca-certificates -sudo rm -f /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt -sudo update-ca-certificates - cd $(dirname $0)/.. export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_KEYSTORE_DIR}/72935_cloud-profiler-e2e-service-account-key"