mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	fix drone build bug (#7192)
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@@ -469,6 +469,7 @@ pr:
 | 
			
		||||
.PHONY: golangci-lint
 | 
			
		||||
golangci-lint:
 | 
			
		||||
	@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
 | 
			
		||||
		export BINARY="golangci-lint"; \
 | 
			
		||||
		curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.16.0; \
 | 
			
		||||
	fi
 | 
			
		||||
	golangci-lint run
 | 
			
		||||
 
 | 
			
		||||
@@ -1112,6 +1112,7 @@
 | 
			
		||||
        .show-form-container {
 | 
			
		||||
            text-align: left;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .choose.branch {
 | 
			
		||||
            .octicon {
 | 
			
		||||
                padding-right: 10px;
 | 
			
		||||
@@ -2226,6 +2227,7 @@ tbody.commit-list {
 | 
			
		||||
    &.top {
 | 
			
		||||
        text-align: left;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .commit-body {
 | 
			
		||||
        margin: 0;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -169,7 +169,7 @@ func AuthorizeOAuth(ctx *context.Context, form auth.AuthorizationForm) {
 | 
			
		||||
		for _, e := range errs {
 | 
			
		||||
			errstring += e.Error() + "\n"
 | 
			
		||||
		}
 | 
			
		||||
		ctx.ServerError("AuthorizeOAuth: Validate: ", fmt.Errorf("errors occured during validation: %s", errstring))
 | 
			
		||||
		ctx.ServerError("AuthorizeOAuth: Validate: ", fmt.Errorf("errors occurred during validation: %s", errstring))
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user