CI updates

Summary: Document existence of nightly build. Fix some mistakes in windows-related CI code (not running yet).

Reviewed By: nikhilaravi

Differential Revision: D20030293

fbshipit-source-id: 2199ea7c6d34e881aa5641726feb6bfc20337ce3
This commit is contained in:
Jeremy Reizenstein
2020-02-24 08:50:33 -08:00
committed by Facebook Github Bot
parent c2a0a3e3ba
commit dab7f61a12
6 changed files with 16 additions and 19 deletions

View File

@@ -112,7 +112,10 @@ def indent(indentation, data_list):
if __name__ == "__main__":
d = os.path.dirname(__file__)
env = jinja2.Environment(
loader=jinja2.FileSystemLoader(d), lstrip_blocks=True, autoescape=False
loader=jinja2.FileSystemLoader(d),
lstrip_blocks=True,
autoescape=False,
keep_trailing_newline=True,
)
with open(os.path.join(d, "config.yml"), "w") as f: