UNCLASSIFIED

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

fix tar location

parent 21d694f1
Pipeline #96018 passed with stages
in 1 minute and 8 seconds
......@@ -15,6 +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}/"
mv "${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