From abcabb152175fe1be766aaf1a3cd4eb3ed983620 Mon Sep 17 00:00:00 2001 From: dldmsql Date: Sun, 5 Nov 2023 18:13:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20CD=EC=97=90=EC=84=9C=20=EC=BA=90?= =?UTF-8?q?=EC=8B=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD-dev.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CD-dev.yml b/.github/workflows/CD-dev.yml index 95ec6890..5e20de40 100644 --- a/.github/workflows/CD-dev.yml +++ b/.github/workflows/CD-dev.yml @@ -19,16 +19,18 @@ jobs: java-version: 17 distribution: 'zulu' - #gradle 캐싱 - - name: Gradle Caching - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} - restore-keys: | - ${{ runner.os }}-gradle- +# #gradle 캐싱 +# - name: Gradle Caching +# uses: actions/cache@v3 +# with: +# path: | +# ~/.gradle/caches +# ~/.gradle/wrapper +# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} +# restore-keys: | +# ${{ runner.os }}-gradle- + - name : Clean gradle + run : ./gradlew clean #배포를 위한 secret yml 설정