Skip to content

Commit

Permalink
Back to publish client
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Apr 22, 2021
1 parent 31d0297 commit eed8959
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,9 @@ jobs:
- name: Generate java client
id: javaClient
run: |
echo HelloWorld
bash scripts/gen_java_client.sh
echo GoodbyeWorld
export SBT_OPTS="-Xmx3g"
cd codegen_java
sbt "+ publish" -Dproject.isSnapshot=false
cd ..
bash scripts/publish-client.sh
- name: Shut down opendj
run: |
Expand Down

0 comments on commit eed8959

Please sign in to comment.