Seongjin Cho
Seongjin Cho
I'm using teamcity, where each agents run on docker containers under kubernetes. We're currently working around the issue by making a separate launcher which overrides `gitlint.utils.save_output_in_cache` with a no-op function.
I'd like to use `git lint` from CI server, where the build agent has no permissions to modify files under home dir. It would be great to have an option...
Using `--load_fast` under GKE with workload identity causes `401 Unauthorized` error in `rustboard_core::logdir` when accessing GCS buckets. It works fine if I set `--load_fast=false`.