@@ -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
@@ -358,7 +359,7 @@ jobs:
358
359
- custom_attach_workspace
359
360
- init_environment
360
361
- skip_unless_tag_or_master_or_stable_branch
361
- - run : ls ~/ng/ deploy/code
362
+ - run : ls deploy/code
362
363
- run :
363
364
name : Authenticate and configure Docker
364
365
command : |
@@ -367,7 +368,7 @@ jobs:
367
368
- run :
368
369
name : Sync files to code.angularjs.org
369
370
command : |
370
- gsutil -m rsync -r ~/ng/ deploy/code gs://code-angularjs-org-338b8.appspot.com
371
+ gsutil -m rsync -r deploy/code gs://code-angularjs-org-338b8.appspot.com
371
372
372
373
# The `deploy-docs` job should only run when all of these conditions are true for the build:
373
374
# - It is for the `angular/angular.js` repository (not a fork).
0 commit comments