-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
34 lines (34 loc) · 935 Bytes
/
plugin.yml
File metadata and controls
34 lines (34 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
name: Mise Buildkite Plugin
description: Activate Mise environment
author: https://github.com/nkvoll
requirements: []
configuration:
type: object
additionalProperties: false
properties:
version:
type: string
default: ""
description: Version of Mise to install (e.g "YYYY.MM.DD").
install:
type: boolean
default: true
description: Install the tools specified in the mise.toml file.
redact:
type: boolean
default: true
description: Redact sensitive environment variables from build logs.
env:
type: string
default: ""
description: Environment to use for mise commands
export_env:
type: boolean
default: true
description: Export environment variables defined in mise.toml to the
build environment.
doctor:
type: boolean
default: true
description: Run 'mise doctor' to validate the setup.