diff options
author | Tom Duffield <tom@chef.io> | 2019-04-01 15:08:14 -0500 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2019-04-01 15:10:12 -0500 |
commit | f1ab7931e628722b00ea71cc8b52750ed8415c36 (patch) | |
tree | ea74faae2bc28d4f82b0e4d2cd77946b141ca9ef /.expeditor | |
parent | 0b2eeeab6bc5b2ecce586f37d431ba77dbb4b526 (diff) | |
download | chef-f1ab7931e628722b00ea71cc8b52750ed8415c36.tar.gz |
Move to using the v2 Habitat Build functionalitytduffield/hab-v2
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/build.habitat.yml | 2 | ||||
-rw-r--r-- | .expeditor/config.yml | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.expeditor/build.habitat.yml b/.expeditor/build.habitat.yml new file mode 100644 index 0000000000..4e13b540ec --- /dev/null +++ b/.expeditor/build.habitat.yml @@ -0,0 +1,2 @@ +--- +origin: chef diff --git a/.expeditor/config.yml b/.expeditor/config.yml index a8c308a29e..a023c554ef 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -22,9 +22,8 @@ rubygems: docker_images: - chef -habitat_packages: - - chef-client: - also_build_for_linux_kernel2: true +pipelines: + - habitat/build github: # The file where the MAJOR.MINOR.PATCH version is kept. The version in this file @@ -64,7 +63,7 @@ merge_actions: ignore_labels: - "Expeditor: Skip Changelog" - "Expeditor: Skip All" - - built_in:trigger_habitat_package_build: + - trigger_pipeline:habitat/build: ignore_labels: - "Expeditor: Skip Habitat" - "Expeditor: Skip All" |