Skip to content

Commit

Permalink
fix: deactivate docker layer caching since it's not free anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Oct 18, 2019
1 parent 7c78aeb commit 3e3b083
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 @@ -6,7 +6,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false
- run: curl -sL https://git.io/goreleaser | bash
- run:
name: Build hal container image and publish it on quay under halkyonio org
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false
- run: curl -sL https://git.io/goreleaser | bash -s -- --snapshot
- run:
name: Build hal container image and publish it on quay under halkyonio org
Expand Down

0 comments on commit 3e3b083

Please sign in to comment.