Skip to content

Commit

Permalink
Removed samply/directory-sync part of the GitHub build
Browse files Browse the repository at this point in the history
Since the directory-sync repo has been absorbed into
directory_sync_service, we don't need to import and build its code
any more.
  • Loading branch information
DavidCroftDKFZ committed Aug 30, 2024
1 parent b511bc1 commit aa15992
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clone directory-sync repository
uses: actions/checkout@v2
with:
repository: samply/directory-sync
path: directory-sync
ref: master

- name: Build directory-sync library
run: |
cd directory-sync
mvn clean install
- name: Check out Git repository
uses: actions/checkout@v3

Expand Down

0 comments on commit aa15992

Please sign in to comment.