测试:测试推送部署
Dockerbuild
docker_build_dev
28 |
29 | >>> RUN \
30 | >>> if [ "${PROFILES_ACTIVE}" = "development" ]; then echo "env PROFILES_ACTIVE=development. exec yarn run build:dev" && yarn run build:dev; \
31 | >>> else echo "env PROFILES_ACTIVE !=development. exec yarn run build" && yarn run build; \
32 | >>> fi
33 |
--------------------
ERROR: failed to solve: process "/bin/sh -c if [ \"${PROFILES_ACTIVE}\" = \"development\" ]; then echo \"env PROFILES_ACTIVE=development. exec yarn run build:dev\" && yarn run build:dev; else echo \"env PROFILES_ACTIVE !=development. exec yarn run build\" && yarn run build; fi" did not complete successfully: exit code: 1section_end:1700820456:build_scriptsection_start:1700820456:after_scriptsection_end:1700820456:after_scriptERROR: Job failed: exit status 1