UNCLASSIFIED

Commit 21d694f1 authored by David Freeman's avatar David Freeman
Browse files

move tar to artifact dir

parent 06247d71
Pipeline #96014 passed with stages
in 2 minutes and 3 seconds
......@@ -15,4 +15,6 @@ cp "README.md" "${REPORT_PATH}"
tar -czvf "${PLUGIN_NAME}-${utc_date}_plugin_scan_result.tar.gz" -C "${REPORT_PATH}" "${PLUGIN_NAME}-${utc_date}.xlsx" "README.md"
mv "${REPORT_PATH}/${PLUGIN_NAME}-${utc_date}_plugin_scan_result.tar.gz" "${REPORT_PATH}/"
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