Skip to content

Commit

Permalink
♻️ [CI] Added a common action to prepare m2 repo for caching
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Jan 23, 2025
1 parent 1a922f7 commit 6d374d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepareMavenRepoForCache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ runs:
using: "composite"
steps:
- name: Extract built Kapua artifacts # This splits the built Kapua artifact of this run from the cached repository of external dependencies for caching
if: ${{ steps.cache-maven-kapua-artifacts.outputs.cache-hit != 'true' }}
run: |
mkdir --parents ~/.m2/kapua-repository/org/eclipse/
mv ~/.m2/repository/org/eclipse/kapua ~/.m2/kapua-repository/org/eclipse/kapua
Expand Down

0 comments on commit 6d374d9

Please sign in to comment.