You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@./verify-diff.sh && (git restore manifests/0000_30_cluster-api_04_cm.infrastructure-aws.yaml;echo -e "\nVerification successful! Manifests are in sync.") || (git restore manifests/0000_30_cluster-api_04_cm.infrastructure-aws.yaml;echo -e "\nVerification failed! Manifests are out of sync.\nPlease run: PROVIDER_VERSION=UPSTREAM_RELEASE_VERSION make ocp-manifests\n";exit 1)
28
+
15
29
.PHONY: update-manifests-gen
16
30
update-manifests-gen:
17
31
cd tools && go get github.com/openshift/cluster-capi-operator/manifests-gen && go mod tidy && go mod vendor
0 commit comments