CalvinKirs commented on code in PR #7994:
URL: https://github.com/apache/geode/pull/7994#discussion_r2978635884
##########
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:
We haven't used Travis in a long time, and this was probably just leftover
cleanup that got missed.
--
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]