Skip to content

Commit b3737d2

Browse files
committed
add tools as a dep for last-release-cluster
1 parent bf94a4c commit b3737d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ checkout-last-release:
186186
git checkout $(LAST_RELEASE)
187187

188188
.PHONY: last-release-cluster
189-
last-release-cluster: kind-cluster checkout-last-release local-release local-deploy
189+
last-release-cluster: tools kind-cluster checkout-last-release local-release local-deploy
190190
LOCALBIN=$(CACHE_BIN) CLUSTERCTL_CONFIG=$(CLUSTERCTL_CONFIG) SKIP_CUSTOM_DELETE=true chainsaw test --namespace $(COMMON_NAMESPACE) --assert-timeout 600s --skip-delete ./e2e/capl-cluster-flavors/kubeadm-capl-cluster
191191

192192
.PHONY: test-upgrade

0 commit comments

Comments
 (0)