Fix Deb package rep setup actions
aptly can publish only one time for each distribution.
This commit is contained in:
		
							parent
							
								
									cc8b26dcc1
								
							
						
					
					
						commit
						538d862345
					
				| @ -88,8 +88,7 @@ jobs: | |||||||
|             aptly -distribution='focal' -architectures=amd64 repo create deb-focal-new; |             aptly -distribution='focal' -architectures=amd64 repo create deb-focal-new; | ||||||
|             aptly repo add deb-focal-new /root/workspace/occlum/build/debs/*; |             aptly repo add deb-focal-new /root/workspace/occlum/build/debs/*; | ||||||
|             aptly snapshot create focal-new from repo deb-focal-new; |             aptly snapshot create focal-new from repo deb-focal-new; | ||||||
|             aptly publish snapshot -distribution=focal focal-new; |             aptly -no-remove snapshot merge focal-main focal-old focal-new; | ||||||
|             aptly snapshot merge focal-main focal-new focal-old; |  | ||||||
|             aptly publish snapshot -distribution=focal focal-main; |             aptly publish snapshot -distribution=focal focal-main; | ||||||
|             tree /root/.aptly/public' |             tree /root/.aptly/public' | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user