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