From: Jessica Wagantall Date: Mon, 26 Aug 2019 20:59:33 +0000 (-0700) Subject: Fix use-release-file varaible X-Git-Tag: v0.42.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=050cdffb159645926fdce4194acc180e9ff8a108;hp=050cdffb159645926fdce4194acc180e9ff8a108;p=releng%2Fglobal-jjb.git Fix use-release-file varaible Rename "RELEASE_FILE" parameter to "USE_RELEASE_FILE" in release-jobs. This will match the actual varaible default value better and will not collide with the local "release_file" in the script. Fix "USE_RELEASE_FILE" if statement. We are now using a bool instead of a string. Changing the if statements to evaluate bools. Change-Id: I9909a16487fabacc0261f6489ac81a00cbf0f965 Signed-off-by: Jessica Wagantall Signed-off-by: Anil Belur ---