diff options
author | Collin McNeese <cmcneese@chef.io> | 2021-05-21 10:18:13 -0500 |
---|---|---|
committer | Collin McNeese <cmcneese@chef.io> | 2021-05-21 10:18:13 -0500 |
commit | 0cbb91d85de241416e28821985b2cfa9a0bceba7 (patch) | |
tree | 4294a568127eae3f2b6e74f506ca0408eb7078af /.expeditor | |
parent | 3a5b225af9c28d5bdb828fa3a3ec6cab35c4d1d9 (diff) | |
download | chef-0cbb91d85de241416e28821985b2cfa9a0bceba7.tar.gz |
Adds promotion of kernel2 package to current channel in expeditor config
Signed-off-by: Collin McNeese <cmcneese@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/habitat-test.pipeline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 2861e3616e..859d4eb1f1 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -51,6 +51,7 @@ steps: - label: ":habicat: Promoting packages to the current channel." commands: - hab pkg promote $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX current x86_64-linux + - hab pkg promote $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2 current x86_64-linux-kernel2 - hab pkg promote $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS current x86_64-windows expeditor: executor: |