Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit ae4e3d4

Browse files
authored
Merge pull request #1 from MetisMachine/ct-project_tasks
update template with project task information
2 parents 0516ce2 + bc5739b commit ae4e3d4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

metis.config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
project_token: {{token}}
22
name: {{name}}
3-
language: python
4-
entrypoint: main.py
5-
resources:
6-
limits:
7-
cpu: 6
8-
memory: 2Gi
3+
project_tasks:
4+
- project_task_id: {{project_task_id}}
5+
name: {{project_task_name}}
6+
language: python
7+
entrypoint: main.py
8+
resources:
9+
limits:
10+
cpu: 6
11+
memory: 2Gi

0 commit comments

Comments
 (0)