diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-10-18 13:45:14 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-10-18 13:45:14 -0400 |
commit | 90a795251a5d1df5fb5a0f5fcaf224b311e7397a (patch) | |
tree | 5d14dad8592016eeb17c46d38b2c10e1b417b542 /.expeditor | |
parent | 9bce99c6dda53c0e36ce8f734c1c0a3551d1138e (diff) | |
download | chef-90a795251a5d1df5fb5a0f5fcaf224b311e7397a.tar.gz |
Fix habitat test pipeline name for real this timesnappj/fix-habitat-test-pipeline-name
Any pipeline name starting with "habitat" will be treated as
a habitat build pipeline. The simplest way to override this is
to explicitly set the trigger value to "default".
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 3272e4c7eb..ebbc011ba0 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -26,8 +26,9 @@ pipelines: - verify: public: true - habitat/build - - habitat-test: + - habitat/test: definition: .expeditor/habitat-test.pipeline.yml + trigger: default - omnibus/release - omnibus/adhoc: definition: .expeditor/release.omnibus.yml |