Procházet zdrojové kódy

configure wercker pipeline

Yuki Takei před 9 roky
rodič
revize
fd35b147e8
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  1. 0 10
      wercker.yml

+ 0 - 10
wercker.yml

@@ -2,11 +2,6 @@ box: node:6.10-slim
 
 test:
   steps:
-    - script:
-      name: git configuration
-      code: |
-        git config http.sslVerify false
-
     - script:
       name: set yarn cache-folder
       code: |
@@ -30,11 +25,6 @@ test:
 
 build-prod:
   steps:
-    - script:
-      name: git configuration
-      code: |
-        git config http.sslVerify false
-
     - script:
       name: set yarn cache-folder
       code: |