summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah@chef.io>2019-10-18 12:47:32 -0400
committerJeremiah Snapp <jeremiah@chef.io>2019-10-18 12:47:32 -0400
commit9bce99c6dda53c0e36ce8f734c1c0a3551d1138e (patch)
tree0de45e4ebae6320b070e795a1bbcbad918610990
parentb69770112b414436fd0a605d297a267bc59879bf (diff)
downloadchef-9bce99c6dda53c0e36ce8f734c1c0a3551d1138e.tar.gz
Fix habitat test pipeline name
We can't use a name that starts with "habitat/" because that causes it to be treated like a habitat build pipeline. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
-rw-r--r--.expeditor/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index e21ca248f2..3272e4c7eb 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -26,7 +26,7 @@ pipelines:
- verify:
public: true
- habitat/build
- - habitat/test:
+ - habitat-test:
definition: .expeditor/habitat-test.pipeline.yml
- omnibus/release
- omnibus/adhoc: