Also disable dotnet telemetry during the build
This commit is contained in:
		
							parent
							
								
									7e47c879a1
								
							
						
					
					
						commit
						cd269dca03
					
				@ -21,6 +21,7 @@ bash 'build_btcpay' do
 | 
				
			|||||||
    systemctl stop btcpayserver.service
 | 
					    systemctl stop btcpayserver.service
 | 
				
			||||||
    ./build.sh
 | 
					    ./build.sh
 | 
				
			||||||
  EOH
 | 
					  EOH
 | 
				
			||||||
 | 
					  environment "DOTNET_CLI_TELEMETRY_OPTOUT" => 1
 | 
				
			||||||
  action :nothing
 | 
					  action :nothing
 | 
				
			||||||
  notifies :restart, "service[btcpayserver]", :delayed
 | 
					  notifies :restart, "service[btcpayserver]", :delayed
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user