fix(build): reduce the deploy upload.

Travis is currently stalling, presumably it takes too long to upload this many files.
Also it picks up the dart directory when deploying js, which looks like a bug
with multiple gcs providers, so just do dart for now.
This commit is contained in:
Alex Eagle 2015-07-08 17:10:29 -07:00
parent ae5cd51f50
commit 4264bd3bd2
1 changed files with 1 additions and 12 deletions

View File

@ -73,20 +73,9 @@ deploy:
secure: "rsx0rvLAGWV47rmgJC2CJUmtFtj9TbbvGUGj8b8ykLuhu3LlMMgTpgxj7YNJ0j6HM3UZ9tubNuK0jqNW3eWul9AzNAz4zMvHpUmn852gIIOFKdYhCaB5PGL58QbqeP48B2VyDYqDWaQGH8ClfZYPrTb6XnhVTrZVHba5x9DqHwc=" secure: "rsx0rvLAGWV47rmgJC2CJUmtFtj9TbbvGUGj8b8ykLuhu3LlMMgTpgxj7YNJ0j6HM3UZ9tubNuK0jqNW3eWul9AzNAz4zMvHpUmn852gIIOFKdYhCaB5PGL58QbqeP48B2VyDYqDWaQGH8ClfZYPrTb6XnhVTrZVHba5x9DqHwc="
bucket: angular2-snapshots bucket: angular2-snapshots
skip_cleanup: true skip_cleanup: true
local-dir: dist local-dir: dist/dart
upload-dir: $TRAVIS_COMMIT/dart_stable upload-dir: $TRAVIS_COMMIT/dart_stable
on: on:
repo: angular/angular repo: angular/angular
condition: $MODE=dart condition: $MODE=dart
condition: $DART_CHANNEL=stable condition: $DART_CHANNEL=stable
- provider: gcs
access_key_id: GOOGIOQTDBEOPBUAWFZQ
secret_access_key:
secure: "rsx0rvLAGWV47rmgJC2CJUmtFtj9TbbvGUGj8b8ykLuhu3LlMMgTpgxj7YNJ0j6HM3UZ9tubNuK0jqNW3eWul9AzNAz4zMvHpUmn852gIIOFKdYhCaB5PGL58QbqeP48B2VyDYqDWaQGH8ClfZYPrTb6XnhVTrZVHba5x9DqHwc="
bucket: angular2-snapshots
skip_cleanup: true
local-dir: dist
upload-dir: $TRAVIS_COMMIT/js
on:
repo: angular/angular
condition: $MODE=js