mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
docker layer caching
This commit is contained in:
@@ -7,7 +7,8 @@ jobs:
|
||||
- image: circleci/python:3.6.2-stretch-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- setup_remote_docker:
|
||||
docker_layer_caching: true
|
||||
|
||||
# Run the tests:
|
||||
- run: docker-compose up --exit-code-from tests
|
||||
|
||||
Reference in New Issue
Block a user