summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-10-11 13:59:58 -0400
committerJaymala Sinha <jsinha@chef.io>2019-10-11 13:59:58 -0400
commit819c62feecf219df9b311922e6c679998c253adb (patch)
treea557d39d5e5d4675283298734ebc9b16d334db97
parent9a2c739e25e938ce9d4e78a4cb3e36e425a24432 (diff)
downloadmixlib-shellout-jsinha/migrate_appvyr.tar.gz
Fix expeditor config errorsjsinha/migrate_appvyr
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
-rw-r--r--.expeditor/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index bdb85fd..9a946a9 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -2,8 +2,7 @@
---
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
- notify_channel:
- - chef-found-notify
+ notify_channel: chef-found-notify
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
@@ -46,4 +45,4 @@ promote:
pipelines:
- verify:
description: Pull Request validation tests
- public: true
+ public: true \ No newline at end of file