diff --git a/.expeditor/artifact.habitat.yml b/.expeditor/artifact.habitat.yml index 43cf45cc5..63fbfed16 100644 --- a/.expeditor/artifact.habitat.yml +++ b/.expeditor/artifact.habitat.yml @@ -10,15 +10,6 @@ expeditor: steps: - label: ":linux: Validate Habitat Builds of Chef InSpec" - commands: - - .expeditor/buildkite/artifact.habitat.test.sh - expeditor: - executor: - docker: - image: ruby:2.7 - privileged: true - - - label: ":linux: Validate Habitat Builds of Chef InSpec-Ruby3" commands: - .expeditor/buildkite/artifact.habitat.test.sh expeditor: diff --git a/habitat/plan.sh b/habitat/plan.sh index d9681b97f..ee4219447 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -10,7 +10,7 @@ pkg_license=('Apache-2.0') pkg_deps=( core/coreutils core/git - core/ruby26 + core/ruby30 core/bash ) pkg_build_deps=( @@ -80,7 +80,7 @@ export PATH="/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:\$PATH export GEM_HOME="$GEM_HOME" export GEM_PATH="$GEM_PATH" -exec $(pkg_path_for core/ruby26)/bin/ruby $real_bin \$@ +exec $(pkg_path_for core/ruby30)/bin/ruby $real_bin \$@ EOF chmod -v 755 "$bin" }