mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Update config.yml
Disabled docker layer caching for publish_latest
This commit is contained in:
parent
89db8eda79
commit
233ef5e603
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ jobs:
|
|||
- image: circleci/python:2-jessie
|
||||
steps:
|
||||
- setup_remote_docker: # (2)
|
||||
docker_layer_caching: true # (3)
|
||||
docker_layer_caching: false # (3)
|
||||
- attach_workspace:
|
||||
at: /tmp/workspace
|
||||
- run:
|
||||
|
|
Loading…
Reference in a new issue