Remove translation from Drone (for now)
the build failed Details

This commit is contained in:
Sarah Jamie Lewis 2020-03-24 14:26:18 -07:00
parent be3aee4773
commit 1c63269730
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ pipeline:
- export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git openssh-client
- go mod download
- $QT_DIR/$QT_API/gcc_64/bin/lrelease ui.pro
- git fetch --tags
- export VERSION=`git describe --tags`
- export BUILDDATE=`date +%G-%m-%d-%H-%M`