summaryrefslogtreecommitdiff
path: root/doc/examples/junction-includes/subproject/project.conf
blob: d9387f244d79f13afdc774abcf4b7a551bb7e795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: subproject
format-version: 18
element-path: elements

aliases:
  alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/

# Define some options for this project
#
options:
  color:
    type: enum
    description: The color of this runtime
    values:
    - red
    - green
    - blue
    default: blue