drone no git tags in fetch now
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Dan Ballard 2021-05-03 17:48:09 -07:00
parent 58eec4ebe1
commit 2a26c0c63a
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ steps:
commands:
- mkdir ~/.ssh
- echo $buildbot_key_b64 > ~/.ssh/id_rsa.b64
- ls -lh ~/.ssh
- base64 -d ~/.ssh/id_rsa.b64 > ~/.ssh/id_rsa
- chmod 400 ~/.ssh/id_rsa
# force by pass of ssh host key check, less secure
@ -33,7 +32,6 @@ steps:
- 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
- git fetch --tags
- echo `git describe --tags` > VERSION
- echo `date +%G-%m-%d-%H-%M` > BUILDDATE
- flutter pub get