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

Add set-up-ballerina to connector release workflow #5929

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

RDPerera
Copy link
Member

Purpose

The purpose of this PR is to address the issue raised in Issue: Getting error bal: command not found on example build in connector release. The problem arises from the absence of a Ballerina environment in the release-package-connector-template, leading to build failures when attempting to execute Ballerina commands.

Goals

The primary goal of this PR is to set up the Ballerina environment in the release-package-connector-template, ensuring that users can successfully build the example in the connector release without encountering the bal: command not found error.

Approach

To achieve this goal, the implementation involves configuring the necessary Ballerina binaries and dependencies in the release-package-connector-template. The changes ensure that the Ballerina environment is properly initialized, allowing users to execute Ballerina commands seamlessly during the build process.

Related PRs

#5928

@RDPerera RDPerera merged commit 9d83974 into ballerina-platform:main Jan 10, 2024
2 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.

2 participants