Skip to content

Commit

Permalink
chore(ci/docker): skip sccache stats
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
saiintbrisson authored Mar 15, 2024
1 parent d3c1866 commit 83bc548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83bc548

Please sign in to comment.