drone: change tor fetching in prep for PR
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-23 13:32:35 -07:00
parent 547c2de725
commit e0d1e1cb2b
1 changed files with 2 additions and 4 deletions

View File

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