Fix use-release-file varaible 73/16673/3
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 26 Aug 2019 20:59:33 +0000 (13:59 -0700)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 27 Aug 2019 02:51:22 +0000 (08:21 +0530)
commit050cdffb159645926fdce4194acc180e9ff8a108
tree87f96e66a217c0596a58ab69ec08930ded37e38e
parent7c19696eca2a3ae35e0ff26015adde74654b72c1
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 <jwagantall@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/jjb/lf-release-jobs.rst
jjb/lf-macros.yaml
releasenotes/notes/fix-use-release-file-var-a5f3ea05b58ec194.yaml [new file with mode: 0644]
shell/release-job.sh