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:16:28 +02:00
parent 36c5d6f2ed
commit 7fd1aac654

View File

@ -22,6 +22,8 @@ build() {
fi
go get github.com/gobuffalo/packr/v2/packr2
packr2
go build -o ${PROJECTNAME} ${GOOPTIONS} ${SRCFILES}
if [[ ! -z $DRONE_TAG ]]