Skip to content

Commit

Permalink
Make publish use standalone jar
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 9, 2024
1 parent 3ec4eff commit f0a880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run-publish-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo docker compose up -d
sleep 10

cd ${RUN_DIR}
java -Dbenchmark.profile=${BENCH_PROPS_NAME} -jar deephaven-benchmark-*.jar publish
java -Dbenchmark.profile=${BENCH_PROPS_NAME} -jar deephaven-benchmark-*-standalone.jar publish

cd ${DEEPHAVEN_DIR};
sudo docker compose down
Expand Down

0 comments on commit f0a880c

Please sign in to comment.