build: Fix syntax

This commit is contained in:
Alexey Rogachevskiy
2020-08-11 23:24:09 +03:00
parent db0d54ba27
commit b452360661

View File

@@ -33,6 +33,6 @@ mv ./output-virtualbox-ovf/clover-devel.ova ./output-virtualbox-ovf/${VM_NAME}
echo "--- All done!"
if [ "${CI}" == "true"]; then
if [ "${CI}" == "true" ]; then
echo "Deploying to https://clovervm.ams3.digitaloceanspaces.com/${VM_NAME}"
fi