Skip to content

Commit d89dc67

Browse files
author
Artem
committed
--build docker images to avoid caching old code
1 parent b9d7de1 commit d89dc67

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
@@ -404,7 +404,7 @@ jobs:
404404
docker-compose \
405405
-f tests/e2e/rte.docker-compose.yml \
406406
-f tests/e2e/docker.web.docker-compose.yml \
407-
up --abort-on-container-exit --force-recreate
407+
up --abort-on-container-exit --force-recreate --build
408408
no_output_timeout: 5m
409409
- when:
410410
condition:

0 commit comments

Comments
 (0)