From 01daa74920d504e67010adb376e1f523854f93db Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Tue, 19 Oct 2021 11:53:10 +0200 Subject: [PATCH] Maintenance: Clean-up unneeded test files during the build process. (#249) --- containers/zammad/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/zammad/setup.sh b/containers/zammad/setup.sh index fb41642..0cc25cb 100755 --- a/containers/zammad/setup.sh +++ b/containers/zammad/setup.sh @@ -24,6 +24,7 @@ if [ "$1" = 'builder' ]; then tar -xzf zammad-"${GIT_BRANCH}".tar.gz rm zammad-"${GIT_BRANCH}".tar.gz cd "${ZAMMAD_TMP_DIR}" + script/build/cleanup.sh bundle install --without test development mysql contrib/packager.io/fetch_locales.rb sed -e 's#.*adapter: postgresql# adapter: nulldb#g' -e 's#.*username:.*# username: postgres#g' -e 's#.*password:.*# password: \n host: zammad-postgresql\n#g' < contrib/packager.io/database.yml.pkgr > config/database.yml