From 66baea36044c7290ebab8e00c14d7cbfbf0af9bf Mon Sep 17 00:00:00 2001 From: youngho kim Date: Thu, 3 Jul 2025 22:06:56 +0900 Subject: [PATCH] =?UTF-8?q?deploy.yml=20=ED=8C=8C=EC=9D=BC=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=EB=94=94=EB=A0=89=ED=84=B0=EB=A6=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=953?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 95f34e0..6d30121 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -22,12 +22,10 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x ./gradlew - working-directory: ./spring1 shell: bash # (6).권한 부여 - name: Build with Gradle run: ./gradlew clean build -x test - working-directory: ./spring1 shell: bash # (7).build시작 - name: Get current time