force proper path for ci server
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
7ea288a008
commit
83556d02fd
|
|
@ -3,7 +3,8 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
echo "current PATH: ${PATH}"
|
export PATH="/usr/local/lib/nodejs/bin:${PATH}"
|
||||||
|
echo "current launch-server PATH: ${PATH}"
|
||||||
|
|
||||||
: ${CI_BUILD_KEY:="local"}
|
: ${CI_BUILD_KEY:="local"}
|
||||||
: ${TEMPLATE_CONFIG_FILE:=${1}}
|
: ${TEMPLATE_CONFIG_FILE:=${1}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue