Add build step to generate build info

This commit is contained in:
Patrick Smith 2018-10-15 15:30:45 -04:00
parent 2e4a8520a9
commit 0f658d5036
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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>