Be consistent with order of sha256 and size
This commit is contained in:
parent
71cc34bac3
commit
a7be8f8f47
1 changed files with 2 additions and 1 deletions
|
@ -86,8 +86,9 @@ let artifact ?(basename=false) job_name build { Builder_db.filepath; localpath =
|
|||
[if basename
|
||||
then txt (Fpath.basename filepath)
|
||||
else txtf "%a" Fpath.pp filepath];
|
||||
txtf " (%a) " Fmt.byte_size size;
|
||||
txt " ";
|
||||
code [txtf "SHA256:%a" Hex.pp (Hex.of_cstruct sha256)];
|
||||
txtf " (%a)" Fmt.byte_size size;
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue