Modified post-prepare.sh to copy the RELEASE.local file after modifying it.

This commit is contained in:
Kevin Peterson
2020-03-18 11:29:32 -05:00
parent d768ef1069
commit f5c8c39d0c
+3 -1
View File
@@ -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