This commit is contained in:
		@@ -3,14 +3,6 @@ type: docker
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  - name: code-analysis
 | 
			
		||||
    image: aosapps/drone-sonar-plugin
 | 
			
		||||
    settings:
 | 
			
		||||
      sonar_host:
 | 
			
		||||
        from_secret: SONAR_HOST
 | 
			
		||||
      sonar_token:
 | 
			
		||||
        from_secret: SONAR_CODE
 | 
			
		||||
 | 
			
		||||
  - name: build_application
 | 
			
		||||
    image: openjdk:11-jdk
 | 
			
		||||
    commands:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user