mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fix path to test scripts
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
b1fc46e883
commit
44aedcf3bd
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ steps:
|
||||||
|
|
||||||
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
||||||
commands:
|
commands:
|
||||||
- ./expeditor/buildkite/artifact.habitat.test.sh
|
- .expeditor/buildkite/artifact.habitat.test.sh
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
linux:
|
linux:
|
||||||
|
@ -12,7 +12,7 @@ steps:
|
||||||
|
|
||||||
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
||||||
commands:
|
commands:
|
||||||
- ./expeditor/buildkite/artifact.habitat.test.ps1
|
- .expeditor/buildkite/artifact.habitat.test.ps1
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
windows:
|
windows:
|
||||||
|
|
Loading…
Reference in a new issue