go-jira: explicitly call 'dep ensure'

This commit is contained in:
Michael Aldridge 2017-11-24 16:33:11 -08:00
parent d9806fa464
commit c7e5763f08

View file

@ -15,6 +15,9 @@ checksum=34cb45af19985474b8d9079c1f551f4892bfbe64073a5a8f89333ca3603e4639
pre_build() {
git config --global http.https://gopkg.in.followRedirects true
cd $GOSRCPATH
dep ensure
}
post_install() {