Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3c75a89

Browse files
chore(ci): attempt to fix up code deployment
1 parent d9e68b1 commit 3c75a89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ jobs:
307307
executor:
308308
name: cloud-sdk
309309
steps:
310+
- custom_attach_workspace
311+
- init_environment
310312
- run:
311313
name: Authenticate and configure Docker
312314
command: |
@@ -315,7 +317,7 @@ jobs:
315317
- run:
316318
name: Sync files to code.angularjs.org
317319
command: |
318-
gsutil -m rsync $PROJECT_ROOT/deploy/code gs://code-angularjs-org-338b8.appspot.com
320+
gsutil -m rsync -r ${PROJECT_ROOT}/deploy/code gs://code-angularjs-org-338b8.appspot.com
319321
320322
workflows:
321323
version: 2

0 commit comments

Comments
 (0)