mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
81d5f7d079
This logic has been moved into the Omnibus Buildkite Plugin. These scripts can now be used outside of the Buildkite pipelines. Signed-off-by: Tom Duffield <github@tomduffield.com>
13 lines
201 B
Bash
13 lines
201 B
Bash
#!/bin/bash
|
|
set -eo pipefail
|
|
|
|
export CHEF_LICENSE="accept-no-persist"
|
|
project_root="$(pwd)"
|
|
export project_root
|
|
|
|
cd test/artifact
|
|
|
|
PATH=/opt/inspec/bin:/opt/inspec/embedded/bin:$PATH
|
|
export PATH
|
|
|
|
rake
|