chore(travis): upload artifacts for all branches
We want to get the presubmit* branch artifacts for further testing
This commit is contained in:
parent
6d280ea31f
commit
6d272cc5f9
|
@ -106,7 +106,6 @@ deploy:
|
|||
# create a "subdirectory" for each commit
|
||||
upload-dir: $TRAVIS_COMMIT/dart_stable
|
||||
on:
|
||||
branch: master
|
||||
repo: angular/angular
|
||||
condition: "$MODE = dart && $DART_CHANNEL = stable"
|
||||
- provider: gcs
|
||||
|
@ -119,6 +118,5 @@ deploy:
|
|||
local-dir: deploy
|
||||
upload-dir: $TRAVIS_COMMIT/js
|
||||
on:
|
||||
branch: master
|
||||
repo: angular/angular
|
||||
condition: "$MODE = js"
|
||||
|
|
Loading…
Reference in New Issue