From 5530b2b5d6865f3f79ef656d1c56fbed01921f39 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Fri, 15 Mar 2024 10:41:35 -0300 Subject: [PATCH] chore(ci/docker): skip sccache stats Signed-off-by: Luiz Carvalho --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a55ba0401..05f10d87f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN if [ -n "$AWS_ACCESS_KEY_ID" ]; then \ fi && \ cargo build -p node-subspace --release --locked -RUN if [ -n "$SCCACHE_BUCKET" ]; then \ +RUN if [ -n "$AWS_ACCESS_KEY_ID" ]; then \ ./sccache --show-stats; \ fi