mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	.gitlab-ci.yml - fixed MR pipeline
This commit is contained in:
		
							parent
							
								
									51183f6845
								
							
						
					
					
						commit
						0c3a38b84e
					
				| @ -6,7 +6,8 @@ build:docker: | ||||
|   interruptible: true | ||||
|   stage: build | ||||
|   rules: | ||||
|     - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH | ||||
|     - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH | ||||
|     - if: $CI_PIPELINE_SOURCE == 'merge_request_event' | ||||
|   tags: [ docker ] | ||||
|   before_script: | ||||
|     - echo "COMMIT=${CI_COMMIT_SHA}" >> version.env  # COMMIT=`git rev-parse HEAD` | ||||
| @ -21,6 +22,7 @@ build:apt: | ||||
|   stage: build | ||||
|   rules: | ||||
|     - if: $CI_COMMIT_BRANCH | ||||
|     - if: $CI_PIPELINE_SOURCE == 'merge_request_event' | ||||
|   before_script: | ||||
|     - echo "COMMIT=${CI_COMMIT_SHA}" >> version.env | ||||
|     - source version.env | ||||
| @ -57,6 +59,7 @@ build:pacman: | ||||
|   stage: build | ||||
|   rules: | ||||
|     - if: $CI_COMMIT_BRANCH | ||||
|     - if: $CI_PIPELINE_SOURCE == 'merge_request_event' | ||||
|   before_script: | ||||
|     - echo "COMMIT=${CI_COMMIT_SHA}" >> version.env | ||||
|     # install build dependencies | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Oscar Krause
						Oscar Krause