hu hao пре 4 година
родитељ
комит
0f6b2b5e44
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      .gitlab-ci.yml

+ 3 - 2
.gitlab-ci.yml

@@ -7,6 +7,7 @@ stages:
 cache:
   paths:
     - vendor/
+    - node_modules/
 
 before_script:
 #配置环境
@@ -27,8 +28,8 @@ test:
     - testwas
   script:
     - echo "run test....."
-    - path=`pwd`
-    - sudo bash ci/judgePush.sh $path
+#    - path=`pwd`
+#    - sudo bash ci/judgePush.sh $path
 #    - vendor/bin/phpunit --testsuite=Unit
     - php vendor/bin/phpunit --testsuite=Services
 #    TODO 给master用户发送邮件