浏览代码

Удалить '.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
-