Skip to content

Commit

Permalink
Merge branch '2023.11' into 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
byteplow committed Jan 25, 2024
2 parents 2a67bbc + 3f5c003 commit 6acd0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/dockerimage/build/build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function cleanupJs() {
}

function cleanupFiles() {
local FILES="images|library|vendor|docs|fonts|CREDITS|LICENSE|PRIVACY|RELEASENOTES|init_plugins.php|favicon.ico"
local FILES="images|library|vendor|docs|fonts|CREDITS|LICENSE|PRIVACY|RELEASENOTES.md|init_plugins.php|favicon.ico"
local FILES="$FILES|config.inc.php.dist|index.php|langHelper.php|setup.php|tine20.php|bootstrap.php|worker.php|status.php"

local APPS_TO_DELETE="ExampleApplication"
Expand Down Expand Up @@ -217,7 +217,7 @@ function createArchives()
echo -n "building "
local FILES="Addressbook Admin Setup Tinebase CoreData images library vendor fonts"
local FILES="$FILES config.inc.php.dist index.php langHelper.php setup.php tine20.php bootstrap.php worker.php status.php"
local FILES="$FILES CREDITS LICENSE PRIVACY RELEASENOTES init_plugins.php favicon.ico"
local FILES="$FILES CREDITS LICENSE PRIVACY RELEASENOTES.md init_plugins.php favicon.ico"

# allow to pass files to build as a global var
if [ -n "$ADDITIONALRELEASEFILES" ]; then
Expand Down

0 comments on commit 6acd0de

Please sign in to comment.