测试:测试推送部署
Dockerbuild
docker_build_dev
25 | # RUN yarn build && yarn install --production --ignore-scripts --prefer-offline
26 | >>> RUN \
27 | >>> if [ "${PROFILES_ACTIVE}" = "development" ]; then echo "env PROFILES_ACTIVE=development. exec yarn run build:dev" && yarn run build:dev; \
28 | >>> else echo "env PROFILES_ACTIVE !=development. exec yarn run build" && yarn run build; \
29 | >>> fi
30 | RUN #yarn run build:dev
--------------------
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:1700896563:build_scriptsection_start:1700896563:after_scriptsection_end:1700896563:after_scriptERROR: Job failed: exit status 1