Skip to content

Commit 0270352

Browse files
authored
chore: temporarily stop using maven mirror
#3814 (comment)
1 parent b87fd5e commit 0270352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.kokoro/presubmit/downstream-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
2525
cd "${scriptDir}/../.." # git repo root
2626
source "$scriptDir/common.sh"
2727

28-
# Use GCP Maven Mirror
29-
mkdir -p "${HOME}/.m2"
30-
cp settings.xml "${HOME}/.m2"
28+
# # Use GCP Maven Mirror
29+
# mkdir -p "${HOME}/.m2"
30+
# cp settings.xml "${HOME}/.m2"
3131

3232
# Publish this repo's modules to local maven to make them available for downstream libraries
3333
mvn install --projects '!gapic-generator-java' \

0 commit comments

Comments
 (0)