mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
Summary: The future is now. Reviewed By: xavierd Differential Revision: D33714537 fbshipit-source-id: 8d282bbe7391c4b72b70dab54a5c252060fba457
13 lines
306 B
Python
13 lines
306 B
Python
#!/usr/bin/env python
|
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
"Demo config, so that `make_docker_context.py --help` works in this directory."
|
|
|
|
config = {
|
|
"fbcode_builder_spec": lambda _builder: {
|
|
"depends_on": [],
|
|
"steps": [],
|
|
},
|
|
"github_project": "demo/project",
|
|
}
|