summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-24 13:44:57 -0700
committerJohn <john.mccrae@progress.com>2023-03-24 13:44:57 -0700
commit544936af567b72e5fd3270fd707654bc4c1378cb (patch)
tree222ce694f2f1ed22e208ef6ccc4be26298e73273
parent61c74792609461495399a5e5f8525e99a94fa5fd (diff)
downloadchef-jfm/chef18_habitat_test.tar.gz
Moved bash code to file as it wasn't executing properly in ymljfm/chef18_habitat_test
Signed-off-by: John <john.mccrae@progress.com>
-rwxr-xr-x.expeditor/scripts/habitat-preplinux2.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.expeditor/scripts/habitat-preplinux2.sh b/.expeditor/scripts/habitat-preplinux2.sh
index 39e9c49248..832826bde1 100755
--- a/.expeditor/scripts/habitat-preplinux2.sh
+++ b/.expeditor/scripts/habitat-preplinux2.sh
@@ -1,9 +1,8 @@
#!/usr/bin/env bash
-export EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX2="chef/chef-infra-client/18.2.0/20230323102435"
+export EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2="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