issue # gitlab ci test

This commit is contained in:
2025-11-10 07:19:26 +00:00
parent 4173cbef9b
commit ad9226a2f1

View File

@@ -6,6 +6,10 @@ variables:
GIT_CHECKOUT: "true" GIT_CHECKOUT: "true"
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
cache:
paths:
- node_modules/
build: build:
stage: build stage: build
image: node:25.1.0 image: node:25.1.0
@@ -17,4 +21,4 @@ build:
- npm run build - npm run build
- pwd - pwd
- ls - ls
- docker cp -r $pwd/dist/* scheduler_front:/usr/share/nginx/html/ - cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/front/service/