Skip to content

Commit

Permalink
build: upload DEPENDENCIES to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 14, 2024
1 parent c4a3865 commit 558a35a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 196 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/trigger_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:

jobs:
Publish-Snapshot:
# This workflow will abort if the required secrets don't exist
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
secrets: inherit

Publish-Dependencies:
uses: eclipse-edc/.github/.github/workflows/publish-dependencies.yml@main
secrets: inherit
4 changes: 0 additions & 4 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest checkstyleTestFixtures

Dependency-Check:
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
secrets: inherit

Unit-Tests:
runs-on: ubuntu-latest
steps:
Expand Down
190 changes: 0 additions & 190 deletions DEPENDENCIES

This file was deleted.

2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The project maintains the following source code repositoriy:

## Third-party Content (Overarching All Modules)

see DEPENDENCIES file
Please refer to the [DEPENDENCIES](https://eclipse-edc.github.io/Technology-Aws/DEPENDENCIES) file for a detailed report.

0 comments on commit 558a35a

Please sign in to comment.