Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support build from local source code #411

Merged
merged 1 commit into from Jan 31, 2023
Merged

Conversation

wanjunlei
Copy link
Member

Signed-off-by: wanjunlei wanjunlei@kubesphere.io

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
"must be specified when `spec.build` enabled")
}

if r.Spec.Build.SrcRepo.Url == "" && r.Spec.Build.SrcRepo.BundleContainer == nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need to add a check to ensure only one of the URL or bundleContainer can be specified?
Not all of them can be set simultaneously.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If bundleContainer and url are set at the same time, bundleContainer will be used first.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@benjaminhuo
Copy link
Member

We need docs, helm charts for the revision-controller now.
Are there any other changes needed before releasing v1.0?

@benjaminhuo benjaminhuo merged commit a5da7ba into OpenFunction:main Jan 31, 2023
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.

None yet

2 participants