From 66e8ff9e42cca752e4dc4815227a496e55174f89 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Fri, 14 Nov 2025 07:54:01 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bab2a80..32e2cfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ build: # This job runs in the build stage, which runs first. before_script: script: - echo "Compiling the code..." + - echo $DOCKER_VOLUME + - choe $DOCKER_COMPOSE_VOLUME - npm install - npm run build - sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist