Commit a3ac3c5
Check if CI variable is set to
* Fix incorrect check if CI variable is set to true
Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true.
Discussed here: facebook#2453
* Check for "not false" instead of "not true"
After discussion we decided that this will be closer to current functionality and not break anything.'false' (facebook#2501)1 parent 8018b31 commit a3ac3c5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments