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

FILTER_DIR environment variable is the same as ROOT_DIR #211

Closed
Hatchibombotar opened this issue Oct 14, 2022 · 2 comments
Closed

FILTER_DIR environment variable is the same as ROOT_DIR #211

Hatchibombotar opened this issue Oct 14, 2022 · 2 comments

Comments

@Hatchibombotar
Copy link
Member

Both of the variables are the same. FILTER_DIR should be an absolute path to the cache directory, where currently ran filter is.
Try:

process.env["ROOT_DIR"] == process.env["FILTER_DIR"] //true
@stirante
Copy link
Member

FILTER_DIR is set by each filter type (the runWith field). For which filter type you can observe this result?

Could you provide an example project, for which this bug happens?

@stirante
Copy link
Member

stirante commented Apr 7, 2023

Closing due to inactivity

@stirante stirante closed this as completed Apr 7, 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

No branches or pull requests

2 participants