Merge "Add dist_dir to goma trigger"

This commit is contained in:
Treehugger Robot 2019-07-24 20:18:32 +00:00 committed by Gerrit Code Review
commit acd10c6543

View file

@ -72,6 +72,7 @@ func startGoma(ctx Context, config Config) {
}
cmd := Command(ctx, config, "goma_ctl.py ensure_start", gomaCtl, "ensure_start")
cmd.Environment.Set("DIST_DIR", config.DistDir())
if output, err := cmd.CombinedOutput(); err != nil {
ctx.Fatalf("goma_ctl.py ensure_start failed with: %v\n%s\n", err, output)