From d768ef1069a0a8e3ad2e49af574d9d8ef7926fb2 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Wed, 18 Mar 2020 11:16:23 -0500 Subject: [PATCH] 2nd attempt at correcting the path to utils.sh in post-prepare.sh --- .ci-local/travis/post-prepare.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci-local/travis/post-prepare.sh b/.ci-local/travis/post-prepare.sh index 703e74aa..25db204f 100755 --- a/.ci-local/travis/post-prepare.sh +++ b/.ci-local/travis/post-prepare.sh @@ -6,8 +6,11 @@ set -e CACHEDIR=${CACHEDIR:-${HOME}/.cache} +# sanity check +pwd + # source functions -. ${HOME}/.ci/travis/utils.sh +. ./.ci/travis/utils.sh # Add SUPPORT to RELEASE.local update_release_local SUPPORT ${CACHEDIR}