proxygen
fbcode_builder_config.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # Copyright (c) Facebook, Inc. and its affiliates.
3 from __future__ import absolute_import
4 from __future__ import division
5 from __future__ import print_function
6 from __future__ import unicode_literals
7 'Demo config, so that `make_docker_context.py --help` works in this directory.'
8 
9 config = {
10  'fbcode_builder_spec': lambda _builder: {
11  'depends_on': [],
12  'steps': [],
13  },
14  'github_project': 'demo/project',
15 }