From: Jingzhao.Ni Date: Mon, 8 Jul 2019 03:11:25 +0000 (+0800) Subject: Fix the error when deploying VM by compass X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=c029ffd91c254b778bb5967a3935922309f19e66;hp=c029ffd91c254b778bb5967a3935922309f19e66;p=ci-management.git Fix the error when deploying VM by compass When deploying the VM by compass, the absolute file path is too long to find the correct file. It results in the deployment failure. In this patch, we create a soft-link which pointed to the work file. By this way, it could walk around this problem. Signed-off-by: Jingzhao.Ni Change-Id: I74ef712d19cf5fe6161a58725b474421739777cb ---