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 fi
echo "Running packr2" echo "Running packr2"
if [[ -f packr2 ]] if [[ -f ./packr2 ]]
then then
packr2 ./packr2
else else
echo "packr2 binary not found" echo "packr2 binary not found"
exit 1 exit 1