Builds for
1 pipeline
failed
in
1 minute 39 seconds
Pipeline 수정
Showing
1 changed file
with
4 additions
and
1 deletions
1 | image: node:14-alpine | 1 | image: node:14-alpine |
2 | 2 | ||
3 | stages: | 3 | stages: |
4 | + - init | ||
4 | - build | 5 | - build |
5 | - test | 6 | - test |
6 | 7 | ||
7 | Build Server: | 8 | Build Server: |
8 | stage: build | 9 | stage: build |
9 | before_script: | 10 | before_script: |
10 | - - cd server | 11 | + - cd common |
12 | + - yarn install | ||
13 | + - cd ../server | ||
11 | - yarn install | 14 | - yarn install |
12 | script: | 15 | script: |
13 | - yarn build | 16 | - yarn build | ... | ... |
-
Please register or login to post a comment