diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-10-18 12:47:32 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-10-18 12:47:32 -0400 |
commit | 9bce99c6dda53c0e36ce8f734c1c0a3551d1138e (patch) | |
tree | 0de45e4ebae6320b070e795a1bbcbad918610990 /.expeditor | |
parent | b69770112b414436fd0a605d297a267bc59879bf (diff) | |
download | chef-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>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 2 |
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: |