forked from epics_driver_modules/motorBase
2nd attempt at correcting the path to utils.sh in post-prepare.sh
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user