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

This commit is contained in:
Paul 2020-05-09 20:01:30 +02:00
parent 1116096e3e
commit d769c2ffcb

View File

@ -22,9 +22,9 @@ build() {
fi
echo "Running packr2"
if [[ -f packr2 ]]
if [[ -f ./packr2 ]]
then
packr2
./packr2
else
echo "packr2 binary not found"
exit 1