UNCLASSIFIED

Commit 935dd30a authored by David Freeman's avatar David Freeman
Browse files

fix report tar shasum var name

parent b5a0ed75
......@@ -84,11 +84,12 @@ 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_Url": os.environ.get("CI_PROJECT_URL"),
"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"),
"Report_Tar_Shasum": os.environ.get("REPORT_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