We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b7c85 commit 2da36c9Copy full SHA for 2da36c9
profiler/kokoro/integration_test.sh
@@ -28,13 +28,6 @@ set -eo pipefail
28
# Display commands being run.
29
set -x
30
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
-
38
cd $(dirname $0)/..
39
40
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_KEYSTORE_DIR}/72935_cloud-profiler-e2e-service-account-key"
0 commit comments