Skip to content

Commit 0d7cbcf

Browse files
tmshortci-robot
authored andcommitted
UPSTREAM: <carry>: Create combined manifests for comparison
Signed-off-by: Todd Short <[email protected]>
1 parent 5a7a23c commit 0d7cbcf

File tree

5 files changed

+4609
-0
lines changed

5 files changed

+4609
-0
lines changed

openshift/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ verify: ## Run downstream-specific verify
2727
manifests: $(KUSTOMIZE) $(YQ)
2828
$(DIR)/operator-controller/generate-manifests.sh
2929
$(DIR)/catalogd/generate-manifests.sh
30+
# Make a single file of each manifest for comparison purposes
31+
cat $(DIR)/operator-controller/manifests/*.yml > $(DIR)/operator-controller/manifests.yaml
32+
cat $(DIR)/operator-controller/manifests-experimental/*.yml > $(DIR)/operator-controller/manifests-experimental.yaml
33+
cat $(DIR)/catalogd/manifests/*.yml > $(DIR)/catalogd/manifests.yaml
34+
cat $(DIR)/catalogd/manifests-experimental/*.yml > $(DIR)/catalogd/manifests-experimental.yaml
35+
3036

3137
.PHONY: verify-manifests
3238
verify-manifests: manifests

0 commit comments

Comments
 (0)