Skip to content

fix: keep deploy openshift recipe in a single shell invocation - #63

Merged
NP-compete merged 1 commit into
redhat-data-and-ai:mainfrom
abhiskum:fix/openshift-deploy-makefile
Jun 1, 2026
Merged

fix: keep deploy openshift recipe in a single shell invocation#63
NP-compete merged 1 commit into
redhat-data-and-ai:mainfrom
abhiskum:fix/openshift-deploy-makefile

Conversation

@abhiskum

@abhiskum abhiskum commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

The last echo before else was missing a line continuation, which split the if/else/fi block and caused a shell syntax error on make deploy openshift.

make deploy openshift NAMESPACE=my-dev /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [deploy] Error 2

The last echo before else was missing a line continuation, which split the
if/else/fi block and caused a shell syntax error on make deploy openshift.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@NP-compete
NP-compete merged commit 0feed48 into redhat-data-and-ai:main Jun 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants