diff options
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ea7fba193e..fc7e78a75c 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -86,17 +86,17 @@ merge_actions: subscriptions: # the omnibus/docker/gem chain - - workload: artifact_published:unstable:chef:{{version_constraint}} - actions: - - built_in:build_docker_image - - workload: artifact_published:current:chef:{{version_constraint}} - actions: - - built_in:tag_docker_image + # - workload: artifact_published:unstable:chef:{{version_constraint}} + # actions: + # - built_in:build_docker_image + # - workload: artifact_published:current:chef:{{version_constraint}} + # actions: + # - built_in:tag_docker_image - workload: artifact_published:stable:chef:{{version_constraint}} actions: - built_in:rollover_changelog - bash:.expeditor/update_dockerfile.sh - - built_in:tag_docker_image + # - built_in:tag_docker_image - built_in:publish_rubygems - built_in:promote_habitat_packages - built_in:notify_chefio_slack_channels |