No need to export $outs
It actually hid the error code
This commit is contained in:
		
							parent
							
								
									e5582ab908
								
							
						
					
					
						commit
						9e607a0772
					
				@ -14,7 +14,7 @@ install:
 | 
				
			|||||||
 - if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
 | 
					 - if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
 - export outs=$(nix-build non-broken.nix)
 | 
					 - outs=$(nix-build non-broken.nix)
 | 
				
			||||||
 - echo Produced $outs
 | 
					 - echo Produced $outs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
after_success:
 | 
					after_success:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user