UNCLASSIFIED

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

add link to manifest in repo map

parent ebafad96
Pipeline #97437 passed with stages
in 2 minutes and 9 seconds
......@@ -84,7 +84,8 @@ def main():
"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"),
"Project_Readme_Link": os.environ.get("project_readme"),
"Project_Manifest_Link": os.environ.get("plugin_manifest"),
"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"),
......
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