From 3bab585bc01ba45c13ff4f1b694440216ed2c6b3 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 27 Jun 2023 11:05:17 -0400 Subject: [PATCH] CircleCI: have sizes output kept in CircleCI forever just as hashes --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09c87ae5..4f5d34be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,11 @@ commands: - run: name: Output hashes command: | - cat build/<>/<>/hashes.txt || echo "No hashes for this build step..."\ + cat build/<>/<>/hashes.txt || echo "No hashes.txt for this build step..." + - run: + name: Output sizes + command: | + cat build/<>/<>/sizes.txt || echo "No sizes.txt for this build step..." - run: name: Archiving build logs. command: |