summaryrefslogtreecommitdiffstats
path: root/coin/instructions/prepare_install_dir_suffix_host.yaml
blob: 30cf77a6c150c838053b4227ea7b256c90bcea38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
type: Group
instructions:
  - type: EnvironmentVariable
    variableName: INSTALL_DIR_SUFFIX
    variableValue: "/host"
    disable_if:
      condition: property
      property: host.os
      equals_value: Windows
  - type: EnvironmentVariable
    variableName: INSTALL_DIR_SUFFIX
    variableValue: "\\host"
    enable_if:
      condition: property
      property: host.os
      equals_value: Windows