UNCLASSIFIED

Commit 1cc948be authored by David Freeman's avatar David Freeman
Browse files

update repo map

parent 70e8f03f
Pipeline #97312 passed with stages
in 1 minute and 13 seconds
......@@ -82,11 +82,12 @@ def main():
os.environ.get("CI_PIPELINE_ID"): {
"Plugin_Name": os.environ.get("PLUGIN_NAME"),
"Plugin_Version": os.environ.get("PLUGIN_VERSION"),
"Build_Date": os.environ.get("REPORT_DATE"),
"Build_Number": os.environ.get("CI_PIPELINE_ID"),
"Project_Readme": os.environ.get("project_readme"),
"Tar_Name": os.environ.get("REPORT_TAR_NAME"),
"Tar_Location": os.environ.get("tar_location"),
"Tar_Sha_256_Sum": os.environ.get("TAR_SHASUM"),
"Report_Tar_Name": os.environ.get("REPORT_TAR_NAME"),
"Report_Tar_Location": os.environ.get("tar_location"),
"Report_Tar_Sha_256_Sum": os.environ.get("TAR_SHASUM"),
"Repo_Name": os.environ.get("repo_name"),
"Keywords": output_list,
}
......
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