-
Notifications
You must be signed in to change notification settings - Fork 80
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
Pass multiple values to JF_WORKING_DIR #785
base: dev
Are you sure you want to change the base?
Conversation
@@ -95,15 +95,14 @@ type Project struct { | |||
|
|||
func (p *Project) setDefaultsIfNeeded() error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test to the multiple working dirs.
Also - adjust the documentation (I guess it's a "," delimiter) - need to point that specifically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to adjust the documentations yet, it should remain only usable if required.
We are going to work with CC soon
add option to parse multiple working dirs to
JF_WORKING_DIR
environment variable separated by,