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
|
||||
./build.sh
|
||||
EOH
|
||||
environment "DOTNET_CLI_TELEMETRY_OPTOUT" => 1
|
||||
action :nothing
|
||||
notifies :restart, "service[btcpayserver]", :delayed
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user