chore: Add trunk branch to matrix #1658
Annotations
1 error
Build docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 255
|
Loading