Compare commits
	
		
			1 Commits
		
	
	
		
			50821502e4
			...
			cedd10e2c0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| cedd10e2c0 | 
@ -3,7 +3,17 @@
 | 
			
		||||
skip_clone: true
 | 
			
		||||
 | 
			
		||||
pipeline:
 | 
			
		||||
  lint:
 | 
			
		||||
  commit_lint:
 | 
			
		||||
    image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline-gommit:latest
 | 
			
		||||
    secrets: [ci_netrc_username, ci_netrc_password, ci_netrc_machine]
 | 
			
		||||
    when:
 | 
			
		||||
      event: [push]
 | 
			
		||||
    commands:
 | 
			
		||||
      - git clone --single-branch -b $CI_COMMIT_BRANCH $CI_REPO_LINK ../salt-libertacasa-commit-linting
 | 
			
		||||
      - cd ../salt-libertacasa-commit-linting
 | 
			
		||||
      - bin/lint-commits.pl
 | 
			
		||||
 | 
			
		||||
  code_lint:
 | 
			
		||||
    image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline-lint:latest
 | 
			
		||||
    secrets: [ci_netrc_username, ci_netrc_password, ci_netrc_machine]
 | 
			
		||||
    when:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user