Skip to content

Commit

Permalink
test: Temporarily disable GOPROXY to workaround dodgy CAPA release (#395
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jimmidyson authored Feb 24, 2024
1 parent 34b0b1d commit 41a6cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/clusterctl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

.PHONY: clusterctl.init
clusterctl.init:
env CLUSTER_TOPOLOGY=true \
env GOPROXY=off \
CLUSTER_TOPOLOGY=true \
EXP_RUNTIME_SDK=true \
EXP_CLUSTER_RESOURCE_SET=true \
EXP_MACHINE_POOL=true \
Expand Down

0 comments on commit 41a6cb9

Please sign in to comment.