UNCLASSIFIED

Commit 8fa5c016 authored by David Freeman's avatar David Freeman
Browse files

fix report tar artifact location

parent 06343c45
Pipeline #95290 passed with stages
in 1 minute and 48 seconds
......@@ -23,4 +23,4 @@ python3 "${PIPELINE_REPO_DIR}"/stages/publish/create_repo_map.py --target ${BASE
python3 "${PIPELINE_REPO_DIR}/stages/publish/s3_upload.py" --file repo_map.json --bucket "${S3_REPORT_BUCKET}" --dest "${BASE_BUCKET_DIRECTORY}/${PROJECT_PATH}/repo_map.json"
python3 "${PIPELINE_REPO_DIR}/stages/publish/s3_upload.py" --file "${report_tar_path}" --bucket "${S3_REPORT_BUCKET}" --dest "${BASE_BUCKET_DIRECTORY}/${PROJECT_PATH}/${PLUGIN_VERSION}/${REMOTE_REPORT_DIRECTORY}/${REPORT_TAR_NAME}"
python3 "${PIPELINE_REPO_DIR}/stages/publish/s3_upload.py" --file "${TAR_ARTIFACT}" --bucket "${S3_REPORT_BUCKET}" --dest "${BASE_BUCKET_DIRECTORY}/${PROJECT_PATH}/${PLUGIN_VERSION}/${REMOTE_REPORT_DIRECTORY}/${REPORT_TAR_NAME}"
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