We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f3d1b commit dd8a9e1Copy full SHA for dd8a9e1
babs/templates/determine_zipfilename.sh.jinja2
@@ -28,7 +28,7 @@ find_single_zip_in_git_tree() {{ '{' }}
28
{% if input_dataset['is_zipped'] %}
29
{% set u = input_dataset['name'] | upper %}
30
{{ u }}_ZIP_REL="$(find_single_zip_in_git_tree {{ input_dataset['path_in_babs'] }} {{ input_dataset['name'] }})"
31
-{{ u }}_ZIP="{{ input_dataset['path_in_babs'] }}/${%raw%}${{{%endraw%}{{ u }}_ZIP_REL{%raw%}}{%endraw%}"
+{{ u }}_ZIP="{{ input_dataset['path_in_babs'] }}/{% raw %}${{% endraw %}{{ u }}_ZIP_REL{% raw %}}{% endraw %}"
32
echo 'found {{ input_dataset['name'] }} zipfile:'
33
echo "${%raw%}{{%endraw%}{{ u }}_ZIP{%raw%}}{%endraw%}"
34
{% endif %}
0 commit comments