mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	
							
								
								
									
										24
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user