mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
Merge pull request #1425 from tlaurion/circleci_keep_sizes_forever
CircleCI: have sizes output kept in CircleCI forever just as hashes
This commit is contained in:
commit
91f65bed79
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user