Single trailing newline
This commit is contained in:
@@ -13,4 +13,4 @@ sessions/*.session*
|
||||
node_modules/
|
||||
.svelte-kit/
|
||||
/build/
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
@@ -23,4 +23,4 @@ repos:
|
||||
language: system
|
||||
files: ^{{ part }}/
|
||||
pass_filenames: false
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@@ -1,3 +1,3 @@
|
||||
{% if parts %}COMPOSE_FILE=docker-compose.yml{% for part in parts %}:{{ part }}/docker-compose.override.yml{% endfor %}
|
||||
COMPOSE_PROFILES={% if 'backend' in parts %}external,{% endif %}services
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
@@ -2,4 +2,4 @@
|
||||
{% for part in parts %} - path: {{ part }}/docker-compose.yml
|
||||
project_directory: .
|
||||
{% endfor %}{% else %}services: {}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user