Skip to content

Commit

Permalink
Correct mixin typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Aug 12, 2019
1 parent 13c8186 commit 64c2331
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 @@ -314,8 +314,8 @@ executors:
environment:
<<: *common_environment
CACHE_NONCE: "Debug"
OVERLAY_MIXINS: "debug ccache"
UNDERLAY_MIXINS: "debug ccache coverage-gcc"
OVERLAY_MIXINS: "debug ccache coverage-gcc"
UNDERLAY_MIXINS: "debug ccache"
release_exec:
docker:
- image: ruffsl/navigation2:master-release
Expand Down

0 comments on commit 64c2331

Please sign in to comment.