Skip to content

Commit

Permalink
fix(build): Enable remote docker for CircleCI
Browse files Browse the repository at this point in the history
Jonathan Thurman committed Mar 4, 2020
1 parent 04cd14b commit 652ebaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -104,5 +104,7 @@ jobs:
working_directory: /go/src/github.com/newrelic/newrelic-cli
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run: make release-publish

0 comments on commit 652ebaa

Please sign in to comment.