From 3c75a899065e51f1b030e21a7202eb822eb9e271 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Sun, 24 May 2020 07:18:39 +0100 Subject: [PATCH] chore(ci): attempt to fix up code deployment --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b83274d3..dffc29df4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -307,6 +307,8 @@ jobs: executor: name: cloud-sdk steps: + - custom_attach_workspace + - init_environment - run: name: Authenticate and configure Docker command: | @@ -315,7 +317,7 @@ jobs: - run: name: Sync files to code.angularjs.org command: | - gsutil -m rsync $PROJECT_ROOT/deploy/code gs://code-angularjs-org-338b8.appspot.com + gsutil -m rsync -r ${PROJECT_ROOT}/deploy/code gs://code-angularjs-org-338b8.appspot.com workflows: version: 2