From 83556d02fd04c672033124b5c6b2c7c468602769 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Fri, 6 May 2022 12:51:45 -0600 Subject: [PATCH] force proper path for ci server Signed-off-by: Travis Glenn Hansen --- ci/bin/launch-server.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/bin/launch-server.sh b/ci/bin/launch-server.sh index 3c9e1bc..5d3b387 100755 --- a/ci/bin/launch-server.sh +++ b/ci/bin/launch-server.sh @@ -3,7 +3,8 @@ set -e set -x -echo "current PATH: ${PATH}" +export PATH="/usr/local/lib/nodejs/bin:${PATH}" +echo "current launch-server PATH: ${PATH}" : ${CI_BUILD_KEY:="local"} : ${TEMPLATE_CONFIG_FILE:=${1}}