Add build step to generate build info
This commit is contained in:
parent
2e4a8520a9
commit
0f658d5036
@ -94,6 +94,9 @@ jobs:
|
||||
paths:
|
||||
- ./crl
|
||||
key: disa-crls-v2-{{ .Branch }}-{{ epoch}}
|
||||
- run:
|
||||
name: "Generate build info"
|
||||
command: ./script/generate_build_info.sh
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
|
@ -111,7 +111,7 @@ cat > ${STATIC_DIR}/buildinfo.html <<ENDHTML
|
||||
<BODY>
|
||||
<TABLE border="1">
|
||||
<TR>
|
||||
<TH colspan="2">BuildInfo (${BUILT_BY}</TH>
|
||||
<TH colspan="2">BuildInfo (${BUILT_BY})</TH>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class="label">Container Image Creation Time:</TD>
|
||||
|
Loading…
x
Reference in New Issue
Block a user