commit | 85625aa27f55ff9dce0039de86470443a93a8109 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Nov 22 19:34:11 2019 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Dec 10 14:34:46 2019 -0800 |
tree | fa9b97ce75220256f1f7b11131051518d87c5a94 | |
parent | e71293ea44ed50a93972cc3e6b0ab22efebba3ed [diff] |
ci: run_ci: Use lowercase for internal vars This makes it possible to tell at a glance which variables are internal to the script and which ones are parameters to it, which is very helpful. This convention is pretty common. See e.g. Google's shell style guide at https://google.github.io/styleguide/shell.xml#Naming_Conventions, and https://github.com/icy/bash-coding-style#naming-and-styles. It's older than those though. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>