From 9869c2a60513e594f8232ace3c7417b8b48a36c3 Mon Sep 17 00:00:00 2001 From: taehyun <126179088+KNU-K@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:53:17 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20ci=20flow=20=EB=82=B4=EC=97=90=20wo?= =?UTF-8?q?rkflow=20formatter=20=ED=99=95=EC=9D=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 138bb98e..46d2d0e5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -54,6 +54,7 @@ jobs: cd auction git pull origin develop chmod 777 ./gradlew + ./gradlew editorconfigFormat ./gradlew build kill -9 $(lsof -t -i:8080) || echo "No process on 8080" nohup java -jar build/libs/*SNAPSHOT.jar > ./output.log 2>&1 &