mirror of
https://github.com/lancachenet/monolithic
synced 2025-02-16 12:58:26 +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
|
- image: circleci/python:2-jessie
|
||||||
steps:
|
steps:
|
||||||
- setup_remote_docker: # (2)
|
- setup_remote_docker: # (2)
|
||||||
docker_layer_caching: true # (3)
|
docker_layer_caching: false # (3)
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue