This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch cache-debug in repository https://gitbox.apache.org/repos/asf/ozone.git
commit c4d9c6d482012243e1992cb35abc0c1d4decb5bf Author: Doroszlai, Attila <[email protected]> AuthorDate: Fri Mar 8 09:40:57 2024 +0100 TEMP list repo contents before fetching dependencies --- .github/workflows/populate-cache.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/populate-cache.yml b/.github/workflows/populate-cache.yml index 47d4d30f6f..0f35f9726a 100644 --- a/.github/workflows/populate-cache.yml +++ b/.github/workflows/populate-cache.yml @@ -45,6 +45,10 @@ jobs: !~/.m2/repository/org/apache/ozone key: maven-repo-${{ hashFiles('**/pom.xml') }} + - name: List repo contents + run: find ~/.m2/repository -type f | sort | xargs ls -lh + continue-on-error: true + - name: Setup Java if: steps.restore-cache.outputs.cache-hit != 'true' uses: actions/setup-java@v4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
