소스 검색

Удалить '.gitlab-ci.yml'

e1mky 10 달 전
부모
커밋
bdadefd844
1개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  1. 0 21
      .gitlab-ci.yml

+ 0 - 21
.gitlab-ci.yml

@@ -1,21 +0,0 @@
-image: node
-
-before_script:
-  - npm install
-
-cache:
-  paths:
-    - node_modules/
-
-pages:
-  stage: deploy
-  script:
-    - unset CI
-    - npm run build
-    - mv web public
-  artifacts:
-    paths:
-      - public
-  only:
-    - master
-