summaryrefslogtreecommitdiff
path: root/.expeditor/verify.habitat.pipeline.yml
blob: 9c50312db55c918806a5cefd2a681f8969093cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
expeditor:
  defaults:
    buildkite:
      timeout_in_minutes: 60
      retry:
        automatic:
          limit: 1

steps:

- label: "Windows plan"
  commands:
    - scripts/ci/verify-plan.ps1
  expeditor:
    executor:
      windows:
        privileged: true
        single-use: true
        shell: ["powershell", "-Command"]