UNCLASSIFIED

Commit db26e944 authored by David Freeman's avatar David Freeman
Browse files

echo report tar shasum to env file

parent 4bd18fe8
Pipeline #98567 passed with stages
in 1 minute and 15 seconds
......@@ -19,4 +19,4 @@ mv "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" "${REPORT_PATH}/"
echo "REPORT_DATE=${UTC_DATE}" >>"${REPORT_PATH}/report_generation.env"
echo "REPORT_TAR_SHASUM=$(sha256sum "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" | grep -E '^[a-zA-Z0-9]+' -o)"
echo "REPORT_TAR_SHASUM=$(sha256sum "${PLUGIN_NAME}-${UTC_DATE}_plugin_scan_result.tar.gz" | grep -E '^[a-zA-Z0-9]+' -o)" >>"${REPORT_PATH}/report_generation.env"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment