Skip to content

Commit bbfd2c0

Browse files
committed
Improve build times for creating docker image
1 parent d9c4445 commit bbfd2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ aliases:
9797
.Environment.CIRCLE_SHA1 }}
9898
paths:
9999
- ./www
100+
- ./.git
101+
- ./Dockerfile
100102

101103
- &store_test_results
102104
path: /tmp/test-results
@@ -288,7 +290,6 @@ jobs:
288290
create-docker-image:
289291
executor: docker_machine
290292
steps:
291-
- checkout
292293
- docker_cache
293294

294295
################################

0 commit comments

Comments
 (0)