From a554b4e22ff840960631dd68bcb464e14ccab4f3 Mon Sep 17 00:00:00 2001 From: Sean Simmons Date: Fri, 3 Jan 2025 10:52:15 -0500 Subject: [PATCH] testing env vars Signed-off-by: Sean Simmons --- .expeditor/promote-hab-pkg.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.expeditor/promote-hab-pkg.sh b/.expeditor/promote-hab-pkg.sh index 5a82edf..12e49b6 100644 --- a/.expeditor/promote-hab-pkg.sh +++ b/.expeditor/promote-hab-pkg.sh @@ -12,6 +12,8 @@ # set -eou pipefail +printenv | grep EXPEDITOR + # Export the HAB_AUTH_TOKEN for use of promoting habitat packages to {{EXPEDITOR_TARGET_CHANNEL}} HAB_AUTH_TOKEN=$(vault kv get -field auth_token account/static/habitat/chef-ci) export HAB_AUTH_TOKEN