forked from epics_driver_modules/motorBase
Modified post-prepare.sh to copy the RELEASE.local file after modifying it.
This commit is contained in:
@@ -12,8 +12,10 @@ pwd
|
||||
# source functions
|
||||
. ./.ci/travis/utils.sh
|
||||
|
||||
# Add SUPPORT to RELEASE.local
|
||||
# Add SUPPORT to RELEASE.local in the cache directory
|
||||
update_release_local SUPPORT ${CACHEDIR}
|
||||
# Copy the RELEASE.local from the cache directory to motor's configure directory
|
||||
[ -e ./configure ] && cp -f ${CACHEDIR}/RELEASE.local ./configure/RELEASE.local
|
||||
|
||||
echo -e "${ANSI_BLUE}Updated contents of RELEASE.local${ANSI_RESET}"
|
||||
cat ${CACHEDIR}/RELEASE.local
|
||||
|
||||
Reference in New Issue
Block a user