From 03f24b63db69e2017509c4ed39321f26989dc20a Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Thu, 13 Mar 2025 15:26:54 -0700 Subject: [PATCH] don't cache dependencies in github so we proxy thru artifactory --- .github/workflows/ci-pipeline.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d1c871fac..026afd4d7 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -43,13 +43,6 @@ jobs: ' > ~/.m2/settings.xml - - name: Cache Maven dependencies - uses: actions/cache@v3 - with: - path: ~/.m2 - key: maven-${{ runner.os }}-${{ hashFiles('**/pom.xml') }} - restore-keys: maven-${{ runner.os }}- - - name: Compile the code run: mvn clean compile