Corrected path to utils.sh in post-prepare.sh

This commit is contained in:
Kevin Peterson
2020-03-18 11:09:37 -05:00
parent c171e76096
commit f96a386ef0
+1 -1
View File
@@ -7,7 +7,7 @@ set -e
CACHEDIR=${CACHEDIR:-${HOME}/.cache}
# source functions
. $SCRIPTDIR/utils.sh
. ${HOME}/.ci/travis/utils.sh
# Add SUPPORT to RELEASE.local
update_release_local SUPPORT ${CACHEDIR}