mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Update config.yml
Disabled docker layer caching
This commit is contained in:
parent
98153f50cb
commit
89db8eda79
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
- checkout
|
||||
|
||||
- setup_remote_docker: # (2)
|
||||
docker_layer_caching: true # (3)
|
||||
docker_layer_caching: false # (3)
|
||||
- run:
|
||||
name: Install goss
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue