Skip to content

Commit 41c5091

Browse files
committed
linter
1 parent f58588e commit 41c5091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/project-pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# Jobs that iterate through and packs all NGO projects listed (to use in different jobs)
55
# For this job no specific platform support and no running Unity instance is required so small agent (as per project.metafile definition) will be used to save resources and speed up the process
6-
{% for project in projects -%}
7-
{% for platform in small_agent_platform.all -%}
6+
{% for project in projects.all -%}
7+
{% for platform in small_agent_platform -%}
88
project_pack_-_{{ project.name }}:
99
name: Project Pack - {{ project.name }} [{{ platform.name }}]
1010
agent:

0 commit comments

Comments
 (0)