mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	ci fixes
This commit is contained in:
		
							parent
							
								
									00dafdc63a
								
							
						
					
					
						commit
						f9c7475250
					
				@ -41,6 +41,7 @@ build:apt:
 | 
				
			|||||||
  interruptible: true
 | 
					  interruptible: true
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
 | 
					    - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
    - if: $CI_COMMIT_TAG
 | 
					    - if: $CI_COMMIT_TAG
 | 
				
			||||||
      variables:
 | 
					      variables:
 | 
				
			||||||
        VERSION: $CI_COMMIT_REF_NAME
 | 
					        VERSION: $CI_COMMIT_REF_NAME
 | 
				
			||||||
@ -162,11 +163,12 @@ test:
 | 
				
			|||||||
.test:apt:
 | 
					.test:apt:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
    - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
 | 
					    - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
 | 
					    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
 | 
				
			||||||
      changes:
 | 
					      changes:
 | 
				
			||||||
        - app/**/*
 | 
					        - app/**/*
 | 
				
			||||||
        - .DEBIAN/**/*
 | 
					        - .DEBIAN/**/*
 | 
				
			||||||
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
 | 
					        - .gitlab-ci.yml
 | 
				
			||||||
  needs:
 | 
					  needs:
 | 
				
			||||||
    - job: build:apt
 | 
					    - job: build:apt
 | 
				
			||||||
      artifacts: true
 | 
					      artifacts: true
 | 
				
			||||||
@ -211,11 +213,12 @@ test:apt:
 | 
				
			|||||||
test:pacman:archlinux:
 | 
					test:pacman:archlinux:
 | 
				
			||||||
  image: archlinux:base
 | 
					  image: archlinux:base
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
    - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
 | 
					    - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
				
			||||||
 | 
					    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
 | 
				
			||||||
      changes:
 | 
					      changes:
 | 
				
			||||||
        - app/**/*
 | 
					        - app/**/*
 | 
				
			||||||
        - .PKGBUILD/**/*
 | 
					        - .PKGBUILD/**/*
 | 
				
			||||||
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
 | 
					        - .gitlab-ci.yml
 | 
				
			||||||
  needs:
 | 
					  needs:
 | 
				
			||||||
    - job: build:pacman
 | 
					    - job: build:pacman
 | 
				
			||||||
      artifacts: true
 | 
					      artifacts: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user