Olivier Massot 1 年之前
父节点
当前提交
d8aacceee9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -4,6 +4,6 @@ stages:
 qa:
   stage: qa
   script:
-    - yarn cache clean
+    - rm yarn.lock
     - HOST=ci yarn install --network-timeout 10000
     - yarn lint