summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-24 13:36:01 -0700
committerJohn <john.mccrae@progress.com>2023-03-24 13:36:01 -0700
commit61c74792609461495399a5e5f8525e99a94fa5fd (patch)
tree6753cb2f27376516db457eec601899ad617b7b30
parent789a2fe5df42053faffa452da0ac698d9b3310c2 (diff)
downloadchef-61c74792609461495399a5e5f8525e99a94fa5fd.tar.gz
Moved bash code to file as it wasn't executing properly in yml
Signed-off-by: John <john.mccrae@progress.com>
-rwxr-xr-x.expeditor/scripts/habitat-preplinux2.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.expeditor/scripts/habitat-preplinux2.sh b/.expeditor/scripts/habitat-preplinux2.sh
index 4e4b37b3a5..39e9c49248 100755
--- a/.expeditor/scripts/habitat-preplinux2.sh
+++ b/.expeditor/scripts/habitat-preplinux2.sh
@@ -1,7 +1,9 @@
#!/usr/bin/env bash
export EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX2="chef/chef-infra-client/18.2.0/20230323102435"
+
sudo ./.expeditor/scripts/install-hab.sh x86_64-linux-kernel2
+env
echo "--- Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2"
sudo hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2
sudo ./habitat/tests/test.sh $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2