diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-23 11:45:36 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-23 11:45:36 -0700 |
commit | 7b538b4be0c9ec25c27bfe690e734f994d67046c (patch) | |
tree | d997941524f2d725d1db192b07c7a2c17a48c68e /.expeditor | |
parent | 053cb7960d739db208f87535ba15d4c6ccf36757 (diff) | |
download | chef-7b538b4be0c9ec25c27bfe690e734f994d67046c.tar.gz |
Avoid Expeditor config warning
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ce0f0060fb..27d335deb7 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -77,8 +77,8 @@ artifact_actions: promoted_to_current: - built_in:tag_docker_image promoted_to_stable: - - built_in:tag_docker_image - - built_in:publish_rubygems - built_in:rollover_changelog - bash:.expeditor/update_dockerfile.sh + - built_in:tag_docker_image + - built_in:publish_rubygems - built_in:notify_chefio_slack_channels |