Start all pyth tilt pods by default (#339)

* Start all pyth tilt pods by default

* Remove pyth tiltfile variable
This commit is contained in:
Tom Pointon 2022-10-11 14:15:34 +01:00 committed by GitHub
parent b3dbc96086
commit dec51832bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 81 additions and 83 deletions

View File

@ -47,7 +47,6 @@ gcpProject = cfg.get("gcpProject", "local-dev")
bigTableKeyPath = cfg.get("bigTableKeyPath", "./event_database/devnet_key.json")
webHost = cfg.get("webHost", "localhost")
ci = cfg.get("ci", False)
pyth = cfg.get("pyth", ci)
if cfg.get("manual", False):
@ -171,7 +170,6 @@ docker_build(
],
)
if pyth:
# pyth autopublisher
docker_build(
ref = "pyth",