diff --git a/ci-build.sh b/ci-build.sh index 3e45f7d..c548ea7 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -22,8 +22,8 @@ build() { fi go get github.com/gobuffalo/packr/v2/packr2 - packr2 - + ${GOPATH}/bin/packr2 + go build -o ${PROJECTNAME} ${GOOPTIONS} ${SRCFILES} if [[ ! -z $DRONE_TAG ]]