Skip to content

Commit a31929b

Browse files
committedOct 18, 2014
Add ability to inject github config
1 parent a4bd208 commit a31929b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎fleet/deploy/deployer.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def default_jinja_environment(local_search_path=None, owner='totem',
2525
return Environment(
2626
loader=ChoiceLoader([
2727
FileSystemLoader(local_search_path or ['./templates']),
28-
GithubTemplateLoader()
28+
GithubTemplateLoader(owner=owner, repo=repo, path=path,
29+
ref=ref, token=token)
2930
]))
3031

3132

0 commit comments

Comments
 (0)
Please sign in to comment.