Bug 1215204 - Add bouncer submitter to release promotion graph r=rail
--- a/process/release.py
+++ b/process/release.py
@@ -1856,17 +1856,17 @@ def generateReleasePromotionBuilders(con
bouncer_mh_cfg = {
"script_name": "scripts/bouncer_submitter.py",
"extra_args": [
"-c", config['bouncer_submitter_config'],
"--credentials-file", "oauth.txt",
"--bouncer-api-prefix", config['tuxedoServerUrl'],
"--version", config['version'],
"--repo", config['repo_path'],
- "--revision", config['revision']
+ "--revision", config['revision'],
]
}
bouncer_buildername = "release-{branch}_{product}_bncr_sub".format(
branch=name,
product=pf["product_name"],
)