From 90a795251a5d1df5fb5a0f5fcaf224b311e7397a Mon Sep 17 00:00:00 2001 From: Jeremiah Snapp Date: Fri, 18 Oct 2019 13:45:14 -0400 Subject: Fix habitat test pipeline name for real this time 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 --- .expeditor/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1