From e0d1e1cb2b42b4dcec9d23cce3d7e97c2dbf9b1a Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 23 Jun 2021 13:32:35 -0700 Subject: [PATCH] drone: change tor fetching in prep for PR --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8541d14..8f58fe8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,9 +28,7 @@ steps: - name: deps path: /root/.pub-cache commands: - - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor - - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc - - chmod a+x tor + - fetch-tor.sh - echo `git describe --tags` > VERSION - echo `date +%G-%m-%d-%H-%M` > BUILDDATE - flutter pub get @@ -62,7 +60,7 @@ steps: - cp linux/libCwtch.so deploy/linux/lib/ # should not be needed, should be in data/flutter_assets and work from there #- cp /sdks/flutter/bin/cache/artifacts/engine/linux-x64/icudtl.dat deploy/linux - - cp tor deploy/linux + - cp linux/tor deploy/linux - cd deploy - mv linux cwtch - tar -czf cwtch-`cat ../VERSION`.tar.gz cwtch