File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -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).
You can’t perform that action at this time.
0 commit comments