ci: rename install job to setup (#28935) (#28965)

Followup to https://github.com/angular/angular/pull/28928#pullrequestreview-207023800

PR Close #28935

PR Close #28965
This commit is contained in:
Filipe Silva 2019-02-22 21:33:53 +00:00 committed by Ben Lesh
parent bcbd7ed8f0
commit a634deb885

View File

@ -126,7 +126,7 @@ var_13: &attach_options
version: 2 version: 2
jobs: jobs:
install: setup:
<<: *job_defaults <<: *job_defaults
steps: steps:
- checkout - checkout
@ -502,22 +502,22 @@ workflows:
version: 2 version: 2
default_workflow: default_workflow:
jobs: jobs:
- install - setup
- lint: - lint:
requires: requires:
- install - setup
- test: - test:
requires: requires:
- install - setup
- test_ivy_aot: - test_ivy_aot:
requires: requires:
- install - setup
- build-npm-packages: - build-npm-packages:
requires: requires:
- install - setup
- test_aio: - test_aio:
requires: requires:
- install - setup
- deploy_aio: - deploy_aio:
requires: requires:
- test_aio - test_aio
@ -541,7 +541,7 @@ workflows:
# - build-npm-packages # - build-npm-packages
- aio_preview: - aio_preview:
requires: requires:
- install - setup
# Only run on PR builds. (There can be no previews for non-PR builds.) # Only run on PR builds. (There can be no previews for non-PR builds.)
filters: filters:
branches: branches: