Skip to content

Commit 0428339

Browse files
committed
update path to v2 command name
1 parent e6b2c31 commit 0428339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bazel-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Check exe_deploy.jar is up to date
3838
run: |
3939
bazel build //src/main/java/com/launchableinc/ingest/commits:exe_deploy.jar
40-
if ! diff -q bazel-bin/src/main/java/com/launchableinc/ingest/commits/exe_deploy.jar launchable/jar/exe_deploy.jar > /dev/null 2>&1; then
41-
echo "launchable/jar/exe_deploy.jar is out of date. Run build-java.sh to update it."
40+
if ! diff -q bazel-bin/src/main/java/com/launchableinc/ingest/commits/exe_deploy.jar smart_tests/jar/exe_deploy.jar > /dev/null 2>&1; then
41+
echo "smart_tests/jar/exe_deploy.jar is out of date. Run build-java.sh to update it."
4242
exit 1
4343
fi

0 commit comments

Comments
 (0)