diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-08 15:25:55 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-08 15:32:24 -0400 |
commit | 1d1a6e52ef0cb639170289b7a8bc5133bdc49f22 (patch) | |
tree | 01f9a25bdfd95c5a269e449a369050e081ea5d4c | |
parent | df22961586b0aafe33f413895bf77429caaa4ab3 (diff) | |
download | chef-1d1a6e52ef0cb639170289b7a8bc5133bdc49f22.tar.gz |
Remove explicit debug log level from omnibus pipelines
The omnibus pipelines now default to "internal" log
level so setting this here is no longer necessary.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
-rw-r--r-- | .expeditor/config.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 715afdab9d..203f6cd924 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -26,14 +26,11 @@ pipelines: - verify: public: true - habitat/build - - omnibus/release: - env: - - BUILD_OPTIONS: -l debug + - omnibus/release - 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 |