diff options
author | Jason Wray <jason@mapbox.com> | 2018-10-24 15:34:31 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-10-26 15:37:08 -0400 |
commit | 885b3d33d9d2dee6447996b3d6c4d7fdea7722e4 (patch) | |
tree | c67b6974156bac5ad0508a82c9915191fcd51f22 | |
parent | da2685d6871150eaaf0eb75b01038d8b9fef7a8d (diff) | |
download | qtlocation-mapboxgl-885b3d33d9d2dee6447996b3d6c4d7fdea7722e4.tar.gz |
[build] Show ccache stats on CircleCI again
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index a97fd87fc8..f08b6467be 100644 --- a/circle.yml +++ b/circle.yml @@ -220,7 +220,7 @@ commands: steps: [ save-node_modules-cache ] - when: condition: << parameters.ccache >> - steps: [ save-ccache ] + steps: [ save-ccache, show-ccache-stats ] - when: condition: << parameters.mason >> steps: [ save-mason_packages-cache ] |