mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	dev: small cleanup, removed qodana
This commit is contained in:
		@@ -165,17 +165,3 @@ docker-build:
 | 
			
		||||
   - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG
 | 
			
		||||
     exists:
 | 
			
		||||
       - Dockerfile
 | 
			
		||||
 | 
			
		||||
qodana:
 | 
			
		||||
  stage: test
 | 
			
		||||
  allow_failure: true
 | 
			
		||||
  image:
 | 
			
		||||
    name: jetbrains/qodana-dotnet:latest
 | 
			
		||||
    entrypoint: [""]
 | 
			
		||||
  variables:
 | 
			
		||||
    QODANA_TOKEN: $qodana_token
 | 
			
		||||
  script:
 | 
			
		||||
    - qodana
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - qodana
 | 
			
		||||
		Reference in New Issue
	
	Block a user