Just keep trying
	
		
			
	
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline failed
				
					Details
				
			
		
	
				
					
				
			
				
	
				ci/woodpecker/push/woodpecker Pipeline failed
				
					Details
				
			
		
	
							parent
							
								
									0331705e4a
								
							
						
					
					
						commit
						4ed5b029c3
					
				| 
						 | 
				
			
			@ -3,12 +3,13 @@ pipeline:
 | 
			
		|||
    image: 'archlinux:latest'
 | 
			
		||||
    commands:
 | 
			
		||||
      # Update packages
 | 
			
		||||
      - pacman -Syu --needed --noconfirm base-devel sudo
 | 
			
		||||
      - pacman -Syu --needed --noconfirm base-devel
 | 
			
		||||
      # Create non-root user to perform build & switch to their home
 | 
			
		||||
      - groupadd -g 1000 builder
 | 
			
		||||
      - useradd -mg builder builder
 | 
			
		||||
      - chown -R builder:builder "$PWD"
 | 
			
		||||
      - su builder
 | 
			
		||||
      # Build the package
 | 
			
		||||
      - sudo -u builder -- makepkg -s
 | 
			
		||||
      - makepkg -s
 | 
			
		||||
      # Publish the package
 | 
			
		||||
      - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue