drone go get -d

This commit is contained in:
Dan Ballard 2019-02-23 19:52:37 -08:00
parent 0fc8fc342b
commit 39e0c81f47
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pipeline:
- export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin
- echo $PATH
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git
- go get
- go get -d
- qtdeploy build linux
build-android:
image: therecipe/qt:android