issue # gitlab-ci 테스트

This commit is contained in:
geonhee-min
2025-11-24 10:29:41 +09:00
parent dbf96453b5
commit f810fc888d

View File

@@ -34,7 +34,7 @@ build: # This job runs in the build stage, which runs first.
- echo "Compiling the code..." - echo "Compiling the code..."
- echo $DOCKER_VOLUME - echo $DOCKER_VOLUME
- echo $DOCKER_COMPOSE_VOLUME - echo $DOCKER_COMPOSE_VOLUME
- yarn install --immutable - yarn install --mode=update-lockfile
- yarn build - yarn build
- sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist - sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist
- sudo cp $PWD/package.json $DOCKER_VOLUME/scheduler/back/dist - sudo cp $PWD/package.json $DOCKER_VOLUME/scheduler/back/dist