mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	gitlab-ci: add shellcheck to gradlew-fdroid checks
This commit is contained in:
		
							parent
							
								
									45d1363a0e
								
							
						
					
					
						commit
						9d8c098f74
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -180,7 +180,7 @@ arch_pip_install:
 | 
			
		|||
# The gradlew-fdroid tests are isolated from the rest of the test
 | 
			
		||||
# suite, so they run as their own job.
 | 
			
		||||
gradlew-fdroid:
 | 
			
		||||
  image: debian:bullseye
 | 
			
		||||
  image: debian:bullseye-slim
 | 
			
		||||
  <<: *apt-template
 | 
			
		||||
  only:
 | 
			
		||||
    changes:
 | 
			
		||||
| 
						 | 
				
			
			@ -188,7 +188,8 @@ gradlew-fdroid:
 | 
			
		|||
      - gradlew-fdroid
 | 
			
		||||
      - tests/test-gradlew-fdroid
 | 
			
		||||
  script:
 | 
			
		||||
    - apt-get install ca-certificates curl default-jdk-headless unzip
 | 
			
		||||
    - apt-get install ca-certificates curl default-jdk-headless shellcheck unzip
 | 
			
		||||
    - shellcheck --severity=error --color gradlew-fdroid tests/test-gradlew-fdroid
 | 
			
		||||
    - ./tests/test-gradlew-fdroid
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue