Skip to content

Commit

Permalink
Yet more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 8, 2024
1 parent 9fca306 commit 11a67d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/make-release-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ 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 --"
ls -l

# Build the Distro for running standard benchmarks
mkdir -p ${DISTRO_DEST}/libs/
cp ${DISTRO_SOURCE}/* ${DISTRO_DEST}
Expand Down

0 comments on commit 11a67d1

Please sign in to comment.