hu hao 5 роки тому
батько
коміт
aed8279a1f
1 змінених файлів з 5 додано та 5 видалено
  1. 5 5
      .gitlab-ci.yml

+ 5 - 5
.gitlab-ci.yml

@@ -25,8 +25,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
 
 deploy:
@@ -35,8 +35,8 @@ deploy:
     - testwas
   script:
     - echo "deploy ...."
-    - cd /var/www/bswas_test && sudo git config --global credential.helper store
-    - sudo git pull
-    - sudo bash ci/executeCommand.sh
+#    - cd /var/www/bswas_test && sudo git config --global credential.helper store
+#    - sudo git pull
+#    - sudo bash ci/executeCommand.sh
 #  only:
 #    - master