Bug 1223259 part 2: Disable balrog publishing for OTA builds. r=pmoore

OTA builds is publishing FOTA updates (and I don't have a context why)
so let's disable automatic balrog publshing and do it manually.
This commit is contained in:
Wander Lairson Costa 2015-11-10 12:23:42 -02:00
parent 4c6e682694
commit d89ae9302b

View File

@ -8,7 +8,7 @@ config = {
'build-symbols',
'make-updates',
'prep-upload',
'submit-to-balrog'
#'submit-to-balrog'
],
"balrog_credentials_file": "balrog_credentials",
"nightly_build": True,