From 3c34d23e8741d253b5a26b061b73da2d7b2f8138 Mon Sep 17 00:00:00 2001 From: jianglai Date: Tue, 16 Apr 2019 12:57:26 -0700 Subject: [PATCH] Automated g4 rollback of changelist 243838016. *** Reason for rollback *** Looks like Travis has the same problem. We may need to look into how to get a credential on Travis, or use Cloud Build as CI for our internal build. Rolling back this CL for now. *** Original change description *** Use GCS Maven and plugins repo in travis This make it easier to detect problems earlier when we forget to update the GCS repo. *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243862581 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20d49a47d..54a9f6cb1 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 -P mavenUrl=gcs://domain-registry-maven-repository/maven -P pluginsUrl=gcs://domain-registry-maven-repository/plugins +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