Skip to content

Commit

Permalink
Don't use cache on publish (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jul 27, 2020
1 parent 007f7bb commit a0d055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
SYSLOG: "syslog-ng-3.28.1"
steps:
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false
- attach_workspace:
at: /tmp/workspace
- checkout
Expand Down

0 comments on commit a0d055f

Please sign in to comment.