Merge pull request #11286 from esorot/21.x

fix kokoro git config
pull/11340/head
Theodore Rose 2 years ago committed by GitHub
commit cf3ec8f8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      kokoro/release/collect_all_artifacts.sh

@ -6,6 +6,7 @@ set -ex
cd $(dirname $0)/../.. cd $(dirname $0)/../..
# Initialize any submodules. # Initialize any submodules.
git config --global --add safe.directory '*'
git submodule update --init --recursive git submodule update --init --recursive
# The directory with all resulting artifacts # The directory with all resulting artifacts

Loading…
Cancel
Save