Commit 5b38c54
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: #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' (#2501)1 parent b1c0faa commit 5b38c54
1 file changed
+1
-1
lines changed| 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