mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	.gitlab-ci.yml - fixed artifact path
This commit is contained in:
		
							parent
							
								
									1e84e141df
								
							
						
					
					
						commit
						5d48f6b7d5
					
				| @ -25,7 +25,7 @@ build:debian: | |||||||
|   artifacts: |   artifacts: | ||||||
|     expire_in: 1 week |     expire_in: 1 week | ||||||
|     paths: |     paths: | ||||||
|       - build.deb |       - build/build.deb | ||||||
| 
 | 
 | ||||||
| build:docker: | build:docker: | ||||||
|   image: docker:dind |   image: docker:dind | ||||||
| @ -66,7 +66,7 @@ test:debian: | |||||||
|     - apt-get update -qq && apt-get install -qq -y jq  # systemd |     - apt-get update -qq && apt-get install -qq -y jq  # systemd | ||||||
|   script: |   script: | ||||||
|     # test installation |     # test installation | ||||||
|     - apt-get install -q -y ./build.deb --fix-missing |     - apt-get install -q -y build/build.deb --fix-missing | ||||||
|     # copy example config from GitLab-CI-Variables |     # copy example config from GitLab-CI-Variables | ||||||
|     #- cat ${EXAMPLE_CONFIG} > /etc/fastapi-dls/env |     #- cat ${EXAMPLE_CONFIG} > /etc/fastapi-dls/env | ||||||
|     #- systemctl daemon-reload |     #- systemctl daemon-reload | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Oscar Krause
						Oscar Krause