summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-07-02 13:35:04 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-07-02 13:36:47 -0700
commite973b5f5293488ab31f20b65f7651ee25fcac8d2 (patch)
tree3b21073dda876621b6eedfcc472da39c5c598b35
parent411e04a84627c305557b6fa94c9ade39fd69de53 (diff)
downloadchef-e973b5f5293488ab31f20b65f7651ee25fcac8d2.tar.gz
expeditor/buildkite: turn on debug level for buildslcg/debug-builds
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.expeditor/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 203f6cd924..1d1c6fcc15 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -27,10 +27,13 @@ pipelines:
public: true
- habitat/build
- 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