Also disable dotnet telemetry during the build

This commit is contained in:
Greg Karekinian 2025-06-25 10:35:07 +02:00
parent 7e47c879a1
commit cd269dca03

View File

@ -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