summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-07-02 14:16:45 -0700
committerGitHub <noreply@github.com>2019-07-02 14:16:45 -0700
commit7e138d1f2f76475d10b96a47c62f95bdb3f54ace (patch)
treeab676536ad6bc4decb9203ad8cd0673a4e2c094d
parent411e04a84627c305557b6fa94c9ade39fd69de53 (diff)
parent572b91e39da6b0037e6d9841a838bed6a6c018f3 (diff)
downloadchef-7e138d1f2f76475d10b96a47c62f95bdb3f54ace.tar.gz
Merge pull request #8709 from chef/lcg/debug-builds
expeditor/buildkite: turn on debug level for builds
-rw-r--r--.expeditor/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 203f6cd924..715afdab9d 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -26,11 +26,14 @@ pipelines:
- verify:
public: true
- habitat/build
- - omnibus/release
+ - omnibus/release:
+ env:
+ - BUILD_OPTIONS: -l debug
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
+ - BUILD_OPTIONS: -l debug
github:
# This deletes the GitHub PR branch after successfully merged into the release branch