inspec/omnibus/omnibus-test.sh
Tom Duffield 81d5f7d079
Remove pipeline-specific logic from test scripts
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>
2021-04-23 16:06:05 -05:00

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