We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b2e89 + ba27db8 commit 5c500c6Copy full SHA for 5c500c6
paddle/scripts/paddle_docker_build.sh
@@ -75,6 +75,7 @@ function main() {
75
build_android)
76
start_build_docker
77
docker exec ${CONTAINER_ID} bash -c "./paddle/scripts/paddle_build.sh $@"
78
+ ;;
79
*)
80
if container_running "${CONTAINER_ID}"; then
81
0 commit comments