mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
go-jira: explicitly call 'dep ensure'
This commit is contained in:
parent
d9806fa464
commit
c7e5763f08
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ checksum=34cb45af19985474b8d9079c1f551f4892bfbe64073a5a8f89333ca3603e4639
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
|
|
||||||
|
cd $GOSRCPATH
|
||||||
|
dep ensure
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue