2nd attempt at correcting the path to utils.sh in post-prepare.sh

This commit is contained in:
Kevin Peterson
2020-03-18 11:16:23 -05:00
parent f96a386ef0
commit d768ef1069
+4 -1
View File
@@ -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}