Skip to content

Commit 7ea5d51

Browse files
authored
do not use cache to build cache (#32046)
1 parent d6cfcc1 commit 7ea5d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/components/build_config_cache.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class buildCacheConfiguration(environment: String, vcsRootId: String) {
4848
feature(BuildCacheFeature {
4949
name = "terraform-provider-azurerm-build-cache"
5050
publish = true
51-
use = true
51+
use = false
5252
rules = """
5353
%env.GOCACHE%
5454
%env.GOMODCACHE%

0 commit comments

Comments
 (0)