Remove installer.php if present
authorPablo Zmdl <redacted>
Thu, 13 Feb 2025 09:22:05 +0000 (10:22 +0100)
committerPablo Zmdl <redacted>
Thu, 13 Feb 2025 10:21:52 +0000 (11:21 +0100)
This file is new since the move require the use of public_html

nightly/Dockerfile

index 4038c85f259ebc0ff9abe45038c847ed3b511e01..07a916d88fbf992bdaef03ee1b4afe27e0593e94 100644 (file)
@@ -13,6 +13,7 @@ RUN set -ex; \
        mv /usr/src/roundcubemail-master /usr/src/roundcubemail; \
        cd /usr/src/roundcubemail; \
        rm -rf installer tests .ci .github .gitignore .editorconfig .tx .travis.yml; \
+       [ -f  public_html/installer.php ] && rm -f public_html/installer.php; \
        make css-elastic; \
        composer require kolab/net_ldap3 --no-install; \
        composer require bjeavons/zxcvbn-php --no-install; \
git clone https://git.99rst.org/PROJECT