Skip to content

Commit 41a6cb9

Browse files
authored
test: Temporarily disable GOPROXY to workaround dodgy CAPA release (#395)
1 parent 34b0b1d commit 41a6cb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/clusterctl.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
.PHONY: clusterctl.init
55
clusterctl.init:
6-
env CLUSTER_TOPOLOGY=true \
6+
env GOPROXY=off \
7+
CLUSTER_TOPOLOGY=true \
78
EXP_RUNTIME_SDK=true \
89
EXP_CLUSTER_RESOURCE_SET=true \
910
EXP_MACHINE_POOL=true \

0 commit comments

Comments
 (0)