Skip to content

Commit

Permalink
Merge pull request #1425 from tlaurion/circleci_keep_sizes_forever
Browse files Browse the repository at this point in the history
CircleCI: have sizes output kept in CircleCI forever just as hashes
  • Loading branch information
tlaurion authored Jun 27, 2023
2 parents ce00b75 + 3bab585 commit 91f65be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ commands:
- run:
name: Output hashes
command: |
cat build/<<parameters.arch>>/<<parameters.target>>/hashes.txt || echo "No hashes for this build step..."\
cat build/<<parameters.arch>>/<<parameters.target>>/hashes.txt || echo "No hashes.txt for this build step..."
- run:
name: Output sizes
command: |
cat build/<<parameters.arch>>/<<parameters.target>>/sizes.txt || echo "No sizes.txt for this build step..."
- run:
name: Archiving build logs.
command: |
Expand Down

0 comments on commit 91f65be

Please sign in to comment.