12 lines
179 B
YAML
12 lines
179 B
YAML
name: testproject3
|
|
repo: "https://github.com/ray-project/ray"
|
|
|
|
environment:
|
|
shell:
|
|
- first command
|
|
- second command
|
|
- third command
|
|
|
|
cluster:
|
|
config: cluster.yaml
|