updated ci-build.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2020-05-09 19:20:11 +02:00
parent 7fd1aac654
commit 18e9b008c7

View File

@ -22,7 +22,7 @@ build() {
fi fi
go get github.com/gobuffalo/packr/v2/packr2 go get github.com/gobuffalo/packr/v2/packr2
packr2 ${GOPATH}/bin/packr2
go build -o ${PROJECTNAME} ${GOOPTIONS} ${SRCFILES} go build -o ${PROJECTNAME} ${GOOPTIONS} ${SRCFILES}