UNCLASSIFIED

Commit 06247d71 authored by David Freeman's avatar David Freeman
Browse files

update tar creation

parent c38d851d
Pipeline #95987 passed with stages
in 1 minute and 8 seconds
......@@ -13,8 +13,6 @@ python3 "${PIPELINE_REPO_DIR}/stages/report-generation/pipeline_csv_gen.py" \
cp "README.md" "${REPORT_PATH}"
cd "${REPORT_PATH}"
tar -czvf "${PLUGIN_NAME}-${utc_date}_plugin_scan_result.tar.gz" "${PLUGIN_NAME}-${utc_date}.xlsx" "README.md"
tar -czvf "${PLUGIN_NAME}-${utc_date}_plugin_scan_result.tar.gz" -C "${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