summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah@chef.io>2019-10-18 13:45:14 -0400
committerJeremiah Snapp <jeremiah@chef.io>2019-10-18 13:45:14 -0400
commit90a795251a5d1df5fb5a0f5fcaf224b311e7397a (patch)
tree5d14dad8592016eeb17c46d38b2c10e1b417b542
parent9bce99c6dda53c0e36ce8f734c1c0a3551d1138e (diff)
downloadchef-snappj/fix-habitat-test-pipeline-name.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>
-rw-r--r--.expeditor/config.yml3
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