summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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