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