@@ -35,6 +35,7 @@ executors:
35
35
description : The docker container to use when running gcp-gcs commands
36
36
docker :
37
37
- image : google/cloud-sdk:alpine@sha256:7d0cae28cb282b76f2d9babe278c63c910d54f0cceca7a65fdf6806e2b43882e
38
+ working_directory : ~/ng
38
39
39
40
40
41
# Filter Definitions
@@ -157,7 +158,6 @@ commands:
157
158
echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts
158
159
git config --global url."ssh://[email protected] ".insteadOf "https://github.com" || true
159
160
git config --global gc.auto 0 || true
160
- - install_java
161
161
162
162
init_saucelabs_environment :
163
163
description : Sets up a domain that resolves to the local host.
@@ -231,6 +231,7 @@ jobs:
231
231
steps :
232
232
- checkout
233
233
- init_environment
234
+ - install_java
234
235
- run :
235
236
name : Running Yarn install
236
237
command : yarn install --frozen-lockfile --non-interactive
@@ -259,6 +260,7 @@ jobs:
259
260
steps :
260
261
- custom_attach_workspace
261
262
- init_environment
263
+ - install_java
262
264
- init_saucelabs_environment
263
265
- run : yarn grunt test:promises-aplus
264
266
- run :
@@ -358,7 +360,7 @@ jobs:
358
360
- custom_attach_workspace
359
361
- init_environment
360
362
- skip_unless_tag_or_master_or_stable_branch
361
- - run : ls ~/ng/ deploy/code
363
+ - run : ls deploy/code
362
364
- run :
363
365
name : Authenticate and configure Docker
364
366
command : |
@@ -367,7 +369,7 @@ jobs:
367
369
- run :
368
370
name : Sync files to code.angularjs.org
369
371
command : |
370
- gsutil -m rsync -r ~/ng/ deploy/code gs://code-angularjs-org-338b8.appspot.com
372
+ gsutil -m rsync -r deploy/code gs://code-angularjs-org-338b8.appspot.com
371
373
372
374
# The `deploy-docs` job should only run when all of these conditions are true for the build:
373
375
# - It is for the `angular/angular.js` repository (not a fork).
0 commit comments