cuddle/examples/templates/scripts/test_render_template.sh
kjuulh 26ef1cb0cd
Some checks failed
continuous-integration/drone/push Build is failing
chore: full rename
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-12 21:42:13 +02:00

7 lines
179 B
Bash
Executable File

#!/bin/bash
CUDDLE_FETCH_POLICY=never cuddle render_template \
--template-file "$TMP/input.txt.tmpl" \
--destination "$TMP/input.txt" \
--extra-var "extravar=someextravar"