UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
ironbank-plugins-pipeline
Commits
8fa5c016
Commit
8fa5c016
authored
Dec 07, 2020
by
David Freeman
Browse files
fix report tar artifact location
parent
06343c45
Pipeline
#95290
passed with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stages/publish/upload-to-s3-run.sh
stages/publish/upload-to-s3-run.sh
+1
-1
No files found.
stages/publish/upload-to-s3-run.sh
View file @
8fa5c016
...
...
@@ -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
}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment