Skip to content

Commit

Permalink
Update .containers-sugar.yaml to dictionary format
Browse files Browse the repository at this point in the history
changed from -name:name to name:
  • Loading branch information
joel5vega authored Dec 11, 2023
1 parent 256c8e0 commit 9efd855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .containers-sugar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults:
group: {{ env.KXGR_GROUP }}
project-name: sugar-{{ env.KXGR_PROJECT_NAME }}
groups:
- name: group1
group1:
project-name: project1 # optional
compose-path: tests/containers/group1/compose.yaml
env-file: .env
Expand All @@ -16,7 +16,7 @@ groups:
- name: service1-2
- name: service1-3

- name: group2
group2:
project-name: null # optional
compose-path: tests/containers/group2/compose.yaml
env-file: .env
Expand All @@ -26,7 +26,7 @@ groups:
- name: service2-1
- name: service2-2

- name: group-mix
group-mix:
project-name: null # optional
compose-path:
- tests/containers/group1/compose.yaml
Expand All @@ -40,7 +40,7 @@ groups:
- name: service2-1
- name: service2-2

- name: group-defaults
group-defaults:
compose-path:
- tests/containers/group1/compose.yaml
env-file: .env
Expand Down

0 comments on commit 9efd855

Please sign in to comment.