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 for relative folder in environment definition #3

Open
yorugac opened this issue Sep 12, 2024 · 0 comments
Open

Support for relative folder in environment definition #3

yorugac opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yorugac
Copy link
Collaborator

yorugac commented Sep 12, 2024

Currently, relative folder in configuration of environment results in an error:

const env = new Environment({
  name: "basic-testrun-1",
  implementation: "vcluster",
  initFolder: ".",
})
...

// error
stat .: no such file or directory

So the path to initFolder must be absolute.

Figure out how to bypass this limitation and support relative path. Consider security concerns if any.

@yorugac yorugac added the enhancement New feature or request label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant