We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm probably missing something 🤔
Installed from repository, which includes #4 rocinante version: 0.1.20211225
rocinante version: 0.1.20211225
Created a test arg-file
# cat test_arguments system_tzdata="Mexico/General"
Got my template in place
# rocinante verify testbench/localtime Detected Bastillefile hook. [Bastillefile]: ARG system_tzdata="you shouldnt see this" CMD echo ${system_tzdata} Template ready to use.
But when I run the template
rocinante template testbench/localtime --arg-file=test_arguments [TEMPLATE]: Applying template: testbench/localtime... you shouldnt see this 0 Template applied: testbench/localtime
It looks as the arguments are ignored, and the default value is used. I will check whether it works on Bastille.
The text was updated successfully, but these errors were encountered:
Also, apparently, --arg-file doesn't check whether the file provided does exist
--arg-file
# rocinante template testbench/localtime --arg-file=not_existing_file [TEMPLATE]: Applying template: testbench/localtime... you shouldnt see this 0 Template applied: testbench/localtime
Sorry, something went wrong.
cedwards
No branches or pull requests
I'm probably missing something 🤔
Installed from repository, which includes #4
rocinante version: 0.1.20211225
Created a test arg-file
Got my template in place
But when I run the template
It looks as the arguments are ignored, and the default value is used.
I will check whether it works on Bastille.
The text was updated successfully, but these errors were encountered: