Skip to content

Commit ea96263

Browse files
committed
CircleCI: checkout repository before building the docker image, as we need the Dockerfile.
1 parent 8c30468 commit ea96263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
machine: true
124124
working_directory: ~/codesandbox-client
125125
steps:
126+
- checkout
126127
- restore_cache:
127128
key: v8-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
128129
- run:

0 commit comments

Comments
 (0)