Update file .gitlab-ci.yml
This commit is contained in:
@@ -33,6 +33,8 @@ build: # This job runs in the build stage, which runs first.
|
|||||||
before_script:
|
before_script:
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
|
- echo $DOCKER_VOLUME
|
||||||
|
- choe $DOCKER_COMPOSE_VOLUME
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist
|
- sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user