UNCLASSIFIED

Commit 5f41746e authored by David Freeman's avatar David Freeman
Browse files

fix sharsum var name

parent 3a0266c4
Pipeline #99198 passed with stages
in 2 minutes and 5 seconds
......@@ -90,7 +90,7 @@ def main():
"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_Shasum": os.environ.get("REPORT_TAR_SHA_256_SUM"),
"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