Skip to content

Commit

Permalink
Attempt to use local current SDK client
Browse files Browse the repository at this point in the history
Probably get rid of this after we publish something.
  • Loading branch information
arielshaqed committed Sep 27, 2023
1 parent b60565b commit 0d9aef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/esti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ jobs:
distribution: "adopt-hotspot"
java-version: "8"
cache: "sbt"
- name: Build current lakeFS SDK
# TODO(ariels): Remove this in favour of a single lakeFS client version
working-directory: clients/java
run: mvn -P'!treeverse-signing' install
- name: Build lakeFS HadoopFS
working-directory: clients/hadoopfs
run: mvn -Passembly -DfinalName=client --batch-mode --update-snapshots package -DskipTests
Expand Down

0 comments on commit 0d9aef3

Please sign in to comment.