File tree Expand file tree Collapse file tree
{{cookiecutter.project_name|replace(" ", "")}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ tasks:
105105 PLATFORM_SUFFIX : ' {{ ' {{if eq .PLATFORM "all"}}' }}all{{ '{{else if .PLATFORM}}' }}{{ '{{.PLATFORM | replace "/" "_"}}' }}{{ '{{else}}' }}{{ '{{.LOCAL_PLATFORM | replace "/" "_"}}' }}{{ '{{end}}' }}'
106106 # We always output to "latest", since we're also overwriting latest
107107 OUTPUT_FILE : ' {{ ' {{.IMAGE_NAME | replace "/" "_"}}' }}_latest_{{ '{{.PLATFORM_SUFFIX}}' }}.tar'
108- DESCRIPTION : " {{ cookiecutter.project_short_description | replace('" ' , ' \\"') | replace("'", "\\'") }}"
108+ DESCRIPTION : " {{ cookiecutter.project_short_description | replace('" ' , ' \\"') | replace("'", "\\\\ '") }}"
109109 cmds :
110110 # First build: load if same platform, output to file if cross-platform, or push if PUBLISH is true
111111 - |
You can’t perform that action at this time.
0 commit comments