From: Jingzhao Date: Mon, 2 Mar 2020 14:39:48 +0000 (+0800) Subject: Fix build failure issue in community CI X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;ds=inline;h=8688d25df59d4ad2aa60daa42b19e1dbeb58ebb1;hp=8688d25df59d4ad2aa60daa42b19e1dbeb58ebb1;p=ci-management.git Fix build failure issue in community CI In compass building script, the curl command gets file as an incorrectly format from URL which finally results in the compass building failure. In this patch, the script file will be download by wget. Then it will be run as a scripts by bash. Signed-off-by: Jingzhao Change-Id: I8bd49cb818a3c67a7e752a6a1e5521dc570e57b9 ---