Load config file from persistent storage if present #35
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe \t&& apk add --no-cache --virtual .build-deps $BUILDERS \t&& apk add --no-cache $PACKAGES \t&& apk add --no-cache $PHP_EXTENSIONS && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.18/community/ gnu-libiconv=1.17-r1 \t&& git config --global url.https://.insteadOf git:// \t&& git config --global advice.detachedHead false \t&& git clone --depth 1 --single-branch --branch $OJS_VERSION --progress https://github.com/pkp/ojs.git . \t&& git submodule update --init --recursive >/dev/null \t&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer.phar \t&& for i in $(find . -name composer.json); do \t COMPOSERWD=$(echo $i | sed 's/composer.json//'); \t echo -n \" - $COMPOSERWD ... \"; \t composer.phar --working-dir=$COMPOSERWD install --no-dev; \t echo \"Done\"; \tdone \t&& npm ci -y && NODE_OPTIONS=--openssl-legacy-provider npm run build \t&& mkdir -p /var/www/files /run/apache2 \t&& if test -f /home/config.inc.php; then cp /home/config.inc.php config.inc.php; else cp config.TEMPLATE.inc.php config.inc.php fi\t&& chown -R apache:apache /var/www/* \t&& ln -s /usr/share/fonts/TTF/FreeSerif.ttf /usr/share/fonts/FreeSerif.ttf \t&& echo \"0 * * * * ojs-run-scheduled\" | crontab - \t&& sed -i -e '\\#<Directory />#,\\#</Directory>#d' /etc/apache2/httpd.conf \t&& sed -i -e \"s/^ServerSignature.*/ServerSignature Off/\" /etc/apache2/httpd.conf \t&& cd /var/www/html \t&& rm -rf $(cat /tmp/exclude.list) \t&& apk del --no-cache .build-deps \t&& rm -rf /tmp/* \t&& rm -rf /root/.cache/* \t&& find . -name \".git\" -exec rm -Rf '{}' \\; \t&& find . -name \".travis.yml\" -exec rm -Rf '{}' \\; \t&& find . -name \"test\" -exec rm -Rf '{}' \\; \t&& find . \\( -name .gitignore -o -name .gitmodules -o -name .keepme \\) -exec rm -Rf '{}' \\;" did not complete successfully: exit code: 2
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|