UNCLASSIFIED

Commit 2a5a598a authored by David Freeman's avatar David Freeman
Browse files

correct report artifact file name

parent 8fa5c016
Pipeline #95326 passed with stages
in 1 minute and 11 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}.tar.gz" "${REPORT_PATH}/${PLUGIN_NAME}-${utc_date}.xlsx" "README.md"
tar -czvf "${REPORT_PATH}/${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