From d4c8ac3a8022b8fefcd8b9dc676a63c584f80a98 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Thu, 13 Nov 2025 00:42:42 +0000 Subject: [PATCH] issue # configuring gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a29a7fd..9e387c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: # This job runs in the build stage, which runs first. - local-runner script: - echo "Compiling the code..." - - sudo chmod +x ./gradlew + - chmod +x ./gradlew - ./gradlew build -Pprofile=prod - ls - echo "Compile complete." \ No newline at end of file