-
Notifications
You must be signed in to change notification settings - Fork 43
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
Sushi writes local folder name with \ #299
Comments
Local templates start with # in the ig.ini file, but we were expecting name#version. This fixes it so it works when # is the first character. Fixes #299.
Bang! Shooting them down faster than I can find them... |
* Fix handling of local templates in ig.ini Local templates start with # in the ig.ini file, but we were expecting name#version. This fixes it so it works when # is the first character. Fixes #299. * Fix unit test suite name for customized-ig-with-local-template
This still doesn't work in most recent release that I ran. This is what Sushi writes out: |
I can either make the CI build work and disable sushi, or make sushi work and break the CI build, but I cannot do both. |
@keithboone -- is this a different issue now? Based on above it looks like the template value is correct. Are you saying that |
No, I corrected it. The \ didn't show up, I needed to double it in the markdown. See also |
I just cloned your repo and ran SUSHI 0.11.1 against it and the resulting ig.ini file was correct (no extra |
NM: Found it, I was still a version behind after running the first command. |
I start MY ig.ini in ig-data with:
template= #ig-template
Sushi writes ig.ini as
template= #ig-template
Build fails on IG Builder (I have a workaround for my local build).
The text was updated successfully, but these errors were encountered: