From 2e41dfe2ec05d781d7984d8cedb3e55b8c517725 Mon Sep 17 00:00:00 2001 From: stanbrub Date: Tue, 8 Oct 2024 17:33:57 -0600 Subject: [PATCH] Remove debugging --- .github/scripts/make-release-distro.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/make-release-distro.sh b/.github/scripts/make-release-distro.sh index e49e892..9891802 100755 --- a/.github/scripts/make-release-distro.sh +++ b/.github/scripts/make-release-distro.sh @@ -36,9 +36,6 @@ echo "**What's Changed**" > ${RELEASE_NOTES} git log --oneline ${PREVIOUS_REF}...${RELEASE_COMMIT} | sed -e 's/^/- /' >> ${RELEASE_NOTES} echo "**Full Changelog**: https://github.com/deephaven/benchmark/compare/${PREVIOUS_TAG}...${RELEASE_TAG}" >> ${RELEASE_NOTES} -echo "-- Make Release Current Directory --" -find - # Build the Distro for running standard benchmarks mkdir -p ${DISTRO_DEST}/libs/ cp ${DISTRO_SOURCE}/* ${DISTRO_DEST}