UNCLASSIFIED

Commit 1144f2d8 authored by David Freeman's avatar David Freeman
Browse files

update tar filename

parent 2a5a598a
Pipeline #95766 passed with stages
in 2 minutes and 2 seconds
......@@ -11,6 +11,6 @@ python3 "${PIPELINE_REPO_DIR}/stages/report-generation/pipeline_csv_gen.py" \
--utc-timestamp "${utc_date}" \
--output-dir "${REPORT_PATH}"/
tar -czvf "${REPORT_PATH}/${PLUGIN_NAME}-${utc_date}_plugin_scan_result.tar.gz" "${REPORT_PATH}/${PLUGIN_NAME}-${utc_date}.xlsx" "README.md"
tar -czvf "${PLUGIN_NAME}-${utc_date}_plugin_scan_result.tar.gz" "${REPORT_PATH}/${PLUGIN_NAME}-${utc_date}.xlsx" "README.md"
echo "REPORT_DATE=${utc_date}" >>"${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