Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit bcccad7

Browse files
Temporarily disable remote cache in CI
Our system isn't really set up for getting repository-specific tokens into place at the moment, and this is causing issues on Toolchain's end, so until we get it sorted out, we'll just temporarily disable the remote cache. Signed-off-by: Christopher Maier <[email protected]>
1 parent dd4112d commit bcccad7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pants.ci.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ pants_ignore = [
1212
".cache/pants/lmdb_store",
1313
]
1414

15-
[auth]
16-
from_env_var = "TOOLCHAIN_AUTH_TOKEN"
15+
# Temporarily disable the remote cache until we can get
16+
# repository-specific tokens into the CI/CD system
17+
# [auth]
18+
# from_env_var = "TOOLCHAIN_AUTH_TOKEN"

0 commit comments

Comments
 (0)