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