Skip to content

Commit

Permalink
Attach workspace before loading docker images (#1093)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
zubron authored Mar 27, 2020
1 parent e780591 commit 0a90d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
enabled: true
steps:
- checkout
- attach_workspace:
at: /home/circleci/project
- run:
name: Load images into docker from workspace
command: |
Expand Down

0 comments on commit 0a90d19

Please sign in to comment.