JinwooHwang commented on code in PR #7994:
URL: https://github.com/apache/geode/pull/7994#discussion_r2980166411
##########
dev-tools/release/prepare_rc.sh:
##########
@@ -277,7 +277,7 @@ BMDIR=apache-geode-benchmarks-${VERSION}-src
BMTAR=${BMDIR}.tgz
git clean -dxf
mkdir ../${BMDIR}
-cp -r .travis.yml * ../${BMDIR}
+[ -f .travis.yml ] && cp -r .travis.yml * ../${BMDIR} || cp -r * ../${BMDIR}
Review Comment:
Thank you very much for taking the time to review it and share the
information, @CalvinKirs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]