]> source.dussan.org Git - gitea.git/commitdiff
Disable sqlite test (#5178)
authorMura Li <typeless@users.noreply.github.com>
Thu, 25 Oct 2018 10:37:46 +0000 (18:37 +0800)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 25 Oct 2018 10:37:46 +0000 (18:37 +0800)
For #5172

.drone.yml

index 682797105eacfd01d6bf7a543fdcd0a40e67b7a9..08a376ab1cd0897f277b1acb8644057cc3b9eb24 100644 (file)
@@ -117,18 +117,18 @@ pipeline:
     when:
       event: [ tag ]
 
-  test-sqlite:
-    image: golang:1.11
-    pull: true
-    group: test
-    environment:
-      TAGS: bindata
-    commands:
-      - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
-      - apt-get install -y git-lfs
-      - make test-sqlite
-    when:
-      event: [ push, tag, pull_request ]
+      #  test-sqlite:
+      #    image: golang:1.11
+      #    pull: true
+      #    group: test
+      #    environment:
+      #      TAGS: bindata
+      #    commands:
+      #      - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
+      #      - apt-get install -y git-lfs
+      #      - make test-sqlite
+      #    when:
+      #      event: [ push, tag, pull_request ]
 
   test-mysql:
     image: golang:1.11