diff options
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 3 |
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 |