summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-09-21 18:29:23 -0700
committerTom Duffield <github@tomduffield.com>2021-09-22 09:26:11 -0500
commitc316c72ed2ecf988470187f0b3d53d17afe4bdad (patch)
treeffc8e07a3d265e58e2202edb5b85d9e11768cbb9
parentbf967468977da7870b3b665fbfc6cdf6b37db8a2 (diff)
downloadchef-c316c72ed2ecf988470187f0b3d53d17afe4bdad.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io> Signed-off-by: Tom Duffield <github@tomduffield.com>
-rw-r--r--.expeditor/config.yml3
-rw-r--r--spec/unit/resource/archive_file_spec.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 067f7394ac..d8d489098d 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -71,6 +71,9 @@ subscriptions:
- workload: artifact_published:current:chef:{{version_constraint}}
actions:
- bash:.expeditor/promote-docker-images.sh
+ - workload: project_promoted:{{agent_id}}:*
+ actions:
+ - built_in:promoted_artifactory_artifact
- workload: artifact_published:stable:chef:{{version_constraint}}
actions:
- built_in:rollover_changelog
diff --git a/spec/unit/resource/archive_file_spec.rb b/spec/unit/resource/archive_file_spec.rb
index 8fbd4a8ce1..67fb3dc635 100644
--- a/spec/unit/resource/archive_file_spec.rb
+++ b/spec/unit/resource/archive_file_spec.rb
@@ -16,7 +16,7 @@
#
require "spec_helper"
-require 'ffi-libarchive'
+require "ffi-libarchive"
# Excluding this test on Windows until CI issues can be addressed.
describe Chef::Resource::ArchiveFile do