Skip to content

Commit 2da36c9

Browse files
authored
fix(profiler): remove certificate expiration workaround (#5222)
1 parent 81b7c85 commit 2da36c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

profiler/kokoro/integration_test.sh

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ set -eo pipefail
2828
# Display commands being run.
2929
set -x
3030

31-
# Remove expired certificate; otherwise `go mod download` may fail.
32-
# See https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
33-
# for more context.
34-
sudo apt-get install -y ca-certificates
35-
sudo rm -f /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt
36-
sudo update-ca-certificates
37-
3831
cd $(dirname $0)/..
3932

4033
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_KEYSTORE_DIR}/72935_cloud-profiler-e2e-service-account-key"

0 commit comments

Comments
 (0)