summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-23 14:56:24 -0700
committerJohn <john.mccrae@progress.com>2023-03-23 14:56:24 -0700
commit70223a1e3853dc2bdc5a13f576347cbd4fe086b5 (patch)
tree8e6ba4dc8207aaee2074f5ceea8e75480dea16d7
parent46d7dd267543bc4ddc2824a0d06b7ec5d8d612b5 (diff)
downloadchef-70223a1e3853dc2bdc5a13f576347cbd4fe086b5.tar.gz
updating the Linux commands for Habitat test - why is the env variable not being seen?
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.expeditor/habitat-test.pipeline.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml
index 7fb7733572..25462658eb 100644
--- a/.expeditor/habitat-test.pipeline.yml
+++ b/.expeditor/habitat-test.pipeline.yml
@@ -14,7 +14,8 @@ steps:
- export EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX="chef/chef-infra-client/18.0.179/20221109103645"
- sudo ./.expeditor/scripts/install-hab.sh x86_64-linux
- echo "--- Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX"
- - echo "--- What is my pkg_ident_or_artifact - " env
+ - echo "--- What is my pkg_ident_or_artifact - "
+ - env
- sudo hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX
- sudo ./habitat/tests/test.sh $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX
expeditor: