Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 8, 2024
1 parent 091c8e3 commit 2e41dfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/make-release-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2e41dfe

Please sign in to comment.