Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
fpotier committed May 28, 2024
1 parent d021f6d commit 1c77935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions services/backend/services/v3/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include:
- path:
- ./compose.base.yaml
- ../../..${JOBS_ENABLED:+/backend/services/v3}/compose${JOBS_ENABLED:+.jobs}.yaml
- ../../..${LDAP_ENABLED:+/backend/services/v3}/compose${LDAP_ENABLED:+.ldap}.yaml
- ./compose.base.yaml
- ../../..${JOBS_ENABLED:+/backend/services/v3}/compose${JOBS_ENABLED:+.jobs}.yaml
- ../../..${LDAP_ENABLED:+/backend/services/v3}/compose${LDAP_ENABLED:+.ldap}.yaml
7 changes: 3 additions & 4 deletions services/backend/services/v4/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include:
- path:
- ./compose.base.yaml
- ../../..${ELASTIC_ENABLED:+/backend/services/v4}/compose${ELASTIC_ENABLED:+.elastic}.yaml
- ../../..${LDAP_ENABLED:+/backend/services/v4}/compose${LDAP_ENABLED:+.ldap}.yaml
- ./compose.base.yaml
- ../../..${ELASTIC_ENABLED:+/backend/services/v4}/compose${ELASTIC_ENABLED:+.elastic}.yaml
- ../../..${LDAP_ENABLED:+/backend/services/v4}/compose${LDAP_ENABLED:+.ldap}.yaml

0 comments on commit 1c77935

Please sign in to comment.