From c17741807b10cdb13d3454ec224f17e5eccf14b2 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Wed, 24 Oct 2018 15:34:31 -0400 Subject: [build] Show ccache stats on CircleCI again --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- cgit v1.2.1