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

update PATH in .envrc #68

Open
kranurag7 opened this issue Feb 16, 2024 · 0 comments
Open

update PATH in .envrc #68

kranurag7 opened this issue Feb 16, 2024 · 0 comments
Assignees
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling

Comments

@kranurag7
Copy link
Contributor

/kind feature

In CSO, we require helm for testing and this issue tracks updating the same. We should update the PATH so that even if helm is not present on the system, the test runs. Essentially, when we enter the CSO directory, we want to append ./hack/tools/bin to the PATH.

We want to have the following line in .envrc

export PATH="$(pwd)/hack/tools/bin/:$PATH"

@kranurag7 kranurag7 changed the title update PATH in the repo update PATH in .envrc Feb 16, 2024
@kranurag7 kranurag7 added the Container Issues or pull requests relevant for Team 2: Container Infra and Tooling label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling
Projects
Status: Backlog
Development

No branches or pull requests

1 participant