From d02a01ba66ebfad308aca5fbb24512f334df74b6 Mon Sep 17 00:00:00 2001 From: jianglai Date: Thu, 25 Apr 2019 13:06:06 -0700 Subject: [PATCH] Use the GCS repository when pulling dependencies in CI ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245292305 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54a9f6cb1..3110c9959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,4 +55,4 @@ env: # output, instead of the default 10. # See notes on the CREDZ and REPORT_GCS_BUCKET environment variable in the # comments at the top of the file. -script: cd gradle && echo "$CREDZ" >credz.json && chmod 755 ./gradlew && travis_wait 45 ./gradlew build --continue -P uploaderDestination="$REPORT_GCS_DESTINATION" -P uploaderCredentialsFile=credz.json -P uploaderMultithreadedUpload=yes +script: cd gradle && echo "$CREDZ" >credz.json && chmod 755 ./gradlew && travis_wait 45 ./gradlew build --continue -P uploaderDestination="$REPORT_GCS_DESTINATION" -P uploaderCredentialsFile=credz.json -P uploaderMultithreadedUpload=yes -P mavenUrl=https://storage.googleapis.com/domain-registry-maven-repository/maven -P pluginsUrl=https://storage.googleapis.com/domain-registry-maven-repository/plugins