Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
set docker layer caching to false
  • Loading branch information
usr3-1415 authored Mar 26, 2024
1 parent fa6f846 commit b784fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ jobs:
build:
machine:
image: ubuntu-2004:202104-01
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:
command: docker build -t asn1scc .
- run:
command: docker run -it -v $(pwd):/root/asn1scc asn1scc /bin/bash -c 'cd /root/asn1scc ; ./circleci-build.sh'
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: large
resource_class: large

0 comments on commit b784fb6

Please sign in to comment.