diff options
author | Jared Kauppila <Jared.Kauppila@sentry.com> | 2021-10-26 14:29:40 -0500 |
---|---|---|
committer | Jared Kauppila <Jared.Kauppila@sentry.com> | 2021-10-26 14:29:55 -0500 |
commit | fb204d9da52620b601fc117fc71ecc264152ce1a (patch) | |
tree | 7af122e29d6a08562ff2f9c8e7414bdc038cc253 /kitchen-tests | |
parent | 3817534dffb6a903b8ce195abea2f4739b026dc9 (diff) | |
download | chef-fb204d9da52620b601fc117fc71ecc264152ce1a.tar.gz |
Add quotes around `chef/chef`
Signed-off-by: Jared Kauppila <Jared.Kauppila@sentry.com>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index cde6e9baba..ad7cd3e82b 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -22,10 +22,10 @@ lifecycle: - remote: /opt/chef/bin/chef-client -v - remote: /opt/chef/bin/ohai -v - remote: /opt/chef/embedded/bin/gem install appbundler appbundle-updater --no-doc - - remote: scl enable devtoolset-8 '/opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github <%= ENV['GITHUB_REPOSITORY'] || chef/chef %>' + - remote: scl enable devtoolset-8 '/opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github <%= ENV['GITHUB_REPOSITORY'] || "chef/chef" %>' includes: - centos-6 - - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github <%= ENV['GITHUB_REPOSITORY'] || chef/chef %> + - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github <%= ENV['GITHUB_REPOSITORY'] || "chef/chef" %> excludes: - centos-6 - remote: echo "Installed Chef / Ohai release:" |