-
Notifications
You must be signed in to change notification settings - Fork 177
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
Tiltfile OUTPUT_TO_NULL_COMMAND not recognized on Windows #149
Comments
Update: we should be able to override this env var before invoking |
another option is to use apply_cmd_bat as well in the tiltfile
based on tilt docs:
This will allow the accelerator Tilt config to work on any OS. while i hardcoded the values, there could be 2 VARS set at the top something like:
|
@trisberg I think this issue can be closed now that |
Describe the bug
After cloning the steeltoe-weatherforecast accelerator to a Windows OS, running
tilt up
fails by default, raising a "path not found" error:To Reproduce
Steps to reproduce the behavior:
tilt up
from the root project directoryExpected behavior
tilt up
command to succeed.Additional context
OUTPUT_TO_NULL_COMMAND
from the default Tiltfile'sapply_cmd
string.> NUL
might be a suitable Windows equivalent to> /dev/null
The text was updated successfully, but these errors were encountered: