update ci-build.sh
This commit is contained in:
parent
1116096e3e
commit
d769c2ffcb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user