mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(build): run_docker.sh raises error
close #3743 Signed-off-by: StevenLeiZhang <zhangleiic@163.com>
This commit is contained in:
parent
fbca71d06c
commit
fbdd016bbb
@ -43,8 +43,7 @@ has_go() {
|
||||
}
|
||||
|
||||
get_go_build_cache() {
|
||||
tmp=`go env | grep GOCACHE | awk -F= '{print $2}'`
|
||||
echo ${tmp} | sed 's/\"//g' | sed "s/'//g"
|
||||
echo -n $(go env GOCACHE) | sed 's/\"//g' | sed "s/'//g"
|
||||
}
|
||||
|
||||
check_is_podman() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user