mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
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=243838016
This commit is contained in:
parent
3f974902df
commit
6ee462247c
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ env:
|
||||||
# output, instead of the default 10.
|
# output, instead of the default 10.
|
||||||
# See notes on the CREDZ and REPORT_GCS_BUCKET environment variable in the
|
# See notes on the CREDZ and REPORT_GCS_BUCKET environment variable in the
|
||||||
# comments at the top of the file.
|
# 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=gcs://domain-registry-maven-repository/maven -P pluginsUrl=gcs://domain-registry-maven-repository/plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue