summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2018-04-26 12:13:35 -0400
committerJaymala Sinha <jsinha@chef.io>2018-04-26 12:13:35 -0400
commitdc52c6c271f3773fd3e8372dc0f24e8b2e013680 (patch)
tree494ac5508d367462a033f99c64dce78687f7d31a
parentbae7d6bb2d6800a6b5cc31586456d0eda2cebba5 (diff)
downloadchef-jsinha/apply_expeditor_features.tar.gz
Enable expire cache enabled builds for chef-13jsinha/apply_expeditor_features
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
-rw-r--r--.expeditor/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 23c995975b..5ca063bfcc 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -24,6 +24,9 @@ github:
# The file where our CHANGELOG is kept. This file is updated automatically with
# details from the Pull Request via the `built_in:update_changelog` merge_action.
changelog_file: "CHANGELOG.md"
+ # This will trigger an Omnibus build with EXPIRE_CACHE enabled after
+ # a pull request is merged into the release branch.
+ enable_expire_cache: true
# The tag format to use (e.g. v1.0.0)
version_tag_format: "v{{version}}"
# The Github Team primarily responsible for handling incoming Pull Requests.