issue # gitlab ci test
This commit is contained in:
@@ -6,6 +6,10 @@ variables:
|
||||
GIT_CHECKOUT: "true"
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: node:25.1.0
|
||||
@@ -17,4 +21,4 @@ build:
|
||||
- npm run build
|
||||
- pwd
|
||||
- ls
|
||||
- docker cp -r $pwd/dist/* scheduler_front:/usr/share/nginx/html/
|
||||
- cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/front/service/
|
||||
|
||||
Reference in New Issue
Block a user