Skip to content

Commit 6581f2b

Browse files
committed
fix(bundle): Fix 'make bundle' to work at github actions
Signed-off-by: Enrique Llorente <ellorent@redhat.com>
1 parent 91eca94 commit 6581f2b

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
@@ -250,7 +250,7 @@ vendor:
250250
# Generate bundle manifests and metadata, then validate generated files.
251251
bundle: operator-sdk gen-crds manifests
252252
cp -r $(MANIFEST_BASES_DIR) $(MANIFESTS_DIR)/bases
253-
$(OPERATOR_SDK) generate bundle -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS) --deploy-dir $(MANIFESTS_DIR) --crds-dir deploy/crds
253+
$(OPERATOR_SDK) generate bundle -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS) --deploy-dir $(MANIFESTS_DIR) --crds-dir deploy/crds </dev/null
254254
$(OPERATOR_SDK) bundle validate $(BUNDLE_DIR)
255255

256256
# Build the bundle image.

0 commit comments

Comments
 (0)