From c1937f050641baf8237d6f4dfc74c74dffe35c00 Mon Sep 17 00:00:00 2001 From: okx-code Date: Thu, 24 Oct 2024 21:23:54 +0100 Subject: [PATCH] disable gradle cache --- .github/workflows/ansible_update_server.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ansible_update_server.yml b/.github/workflows/ansible_update_server.yml index c64f2fa9f..f45ce9476 100644 --- a/.github/workflows/ansible_update_server.yml +++ b/.github/workflows/ansible_update_server.yml @@ -26,12 +26,7 @@ jobs: uses: gradle/actions/setup-gradle@v3 - name: 🐘 Gradle Build - uses: burrunan/gradle-cache-action@v1 - env: - CI: true - with: - concurrent: true - arguments: :ansible:build + run: CI=true ./gradlew :ansible:build - name: Inject secrets run: 'echo "$SECRETS_YML" > variables/secrets.yml'