mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	added some comments
This commit is contained in:
		
							parent
							
								
									ff02c77afe
								
							
						
					
					
						commit
						ca6942becc
					
				| @ -41,7 +41,9 @@ build:apt: | |||||||
|     # cd into "build/" |     # cd into "build/" | ||||||
|     - cd build/ |     - cd build/ | ||||||
|   script: |   script: | ||||||
|  |     # set version based on value in "$VERSION" (which is set above from version.env) | ||||||
|     - sed -i -E 's/(Version\:\s)0.0/\1'"$VERSION"'/g' DEBIAN/control |     - sed -i -E 's/(Version\:\s)0.0/\1'"$VERSION"'/g' DEBIAN/control | ||||||
|  |     # build | ||||||
|     - dpkg -b . build.deb |     - dpkg -b . build.deb | ||||||
|     - dpkg -I build.deb |     - dpkg -I build.deb | ||||||
|   artifacts: |   artifacts: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Oscar Krause
						Oscar Krause