Skip to content

Commit 6bb0390

Browse files
committed
fix: checkout first, when repo is empty
1 parent 4c339e7 commit 6bb0390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
FS_LICENSE: "/tmp/fslicense/license.txt"
1010

1111
steps:
12+
- checkout
1213
- restore_cache:
1314
keys:
1415
- env-v3-{{ .Branch }}-
@@ -93,7 +94,6 @@ jobs:
9394
docker tag ubuntu:xenial-20200114 localhost:5000/ubuntu
9495
docker push localhost:5000/ubuntu
9596
fi
96-
- checkout
9797
- run:
9898
name: Build Docker image & push to registry
9999
no_output_timeout: 60m

0 commit comments

Comments
 (0)