From 0a90d19d1ccf041b54910ecde22651d042db83af Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Fri, 27 Mar 2020 11:31:09 -0400 Subject: [PATCH] Attach workspace before loading docker images (#1093) Our CI is failing because we are not attaching the workspace where the Docker images were built before attempting to load them. This change attaches the workspace before attempting to load the images as we do in the integration test step. Signed-off-by: Bridget McErlean --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 629851a52..fa071b0a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,6 +31,8 @@ jobs: enabled: true steps: - checkout + - attach_workspace: + at: /home/circleci/project - run: name: Load images into docker from workspace command: |