Skip to content

Commit

Permalink
fix(profiler): remove certificate expiration workaround (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
amchiclet committed Dec 20, 2021
1 parent 81b7c85 commit 2da36c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions profiler/kokoro/integration_test.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 2da36c9

Please sign in to comment.