강동현
Builds for 2 pipelines passed in 42 minutes 48 seconds

gitlab-ci 수정

...@@ -31,4 +31,4 @@ Build Web: ...@@ -31,4 +31,4 @@ Build Web:
31 - yarn install 31 - yarn install
32 - cd ../web 32 - cd ../web
33 - npm install 33 - npm install
34 - - npm run-script build 34 + - CI=false npm run-script build
......