修复:自动部署问题修复
Dockerbuild
docker_build_dev
13 |
14 | >>> RUN \
15 | >>> if [ "${PROFILES_ACTIVE}" = "development" ]; then echo "env PROFILES_ACTIVE=development. exec yarn run build:h5:dev" && yarn run build:h5:dev; \
16 | >>> else echo "env PROFILES_ACTIVE !=development. exec yarn run build:h5" && yarn run build:h5; \
17 | >>> fi
18 |
--------------------
ERROR: failed to solve: process "/bin/sh -c if [ \"${PROFILES_ACTIVE}\" = \"development\" ]; then echo \"env PROFILES_ACTIVE=development. exec yarn run build:h5:dev\" && yarn run build:h5:dev; else echo \"env PROFILES_ACTIVE !=development. exec yarn run build:h5\" && yarn run build:h5; fi" did not complete successfully: exit code: 1section_end:1700101574:build_scriptsection_start:1700101574:after_scriptsection_end:1700101575:after_scriptERROR: Job failed: exit status 1