Merge branch 'release/17.4' into dev

This commit is contained in:
OpenProject Actions CI
2026-05-12 14:21:47 +00:00
10 changed files with 191 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ else
echo "Assets need to be compiled"
JOBS=8 npm install
SECRET_KEY_BASE=1 RAILS_ENV=production DATABASE_URL=nulldb://db \
SECRET_KEY_BASE="$(openssl rand -hex 64)" RAILS_ENV=production DATABASE_URL=nulldb://db \
bin/rails openproject:plugins:register_frontend assets:precompile
if [ "$DOCKER" = "1" ]; then