fix workflow ci

pull/4148/head
Afjes 8 months ago
parent 10b5442768
commit 1159147b20

@ -63,8 +63,8 @@ jobs:
echo "PARENT_DIR:$PARENT_DIR"
docker run --rm --net=host --cap-add=SYS_PTRACE --privileged --shm-size=64G \
-v $(pwd):/workspace -w /workspace \
-e "http_proxy=agent.baidu.com:8188" \
-e "https_proxy=agent.baidu.com:8188" \
-e "http_proxy=http://agent.baidu.com:8188" \
-e "https_proxy=http://agent.baidu.com:8188" \
-e "no_proxy=bcebos.com,mirrors.tuna.tsinghua.edu.cn,127.0.0.1,localhost" \
${docker_image} /bin/bash -c "
git config --global --add safe.directory /workspace/PaddleSpeech

Loading…
Cancel
Save