Skip to content

Commit

Permalink
remove clone deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer authored Nov 14, 2024
1 parent 2c7e48a commit 3abdb89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
path: cloudbeaver

- name: Clone Deps Repositories
uses: dbeaver/github-actions/clone-repositories@devel
with:
project_deps_path: "./cloudbeaver/project.deps"
# - name: Clone Deps Repositories
# uses: dbeaver/github-actions/clone-repositories@devel
# with:
# project_deps_path: "./cloudbeaver/project.deps"

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 3abdb89

Please sign in to comment.