fix quote

This commit is contained in:
André Bauer 2021-10-19 18:00:41 +02:00 committed by GitHub
parent 3434f7d4fa
commit 6ec0f3032e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if [ "$1" = 'builder' ]; then
tar -xzf zammad-"${GIT_BRANCH}".tar.gz
rm zammad-"${GIT_BRANCH}".tar.gz
cd "${ZAMMAD_TMP_DIR}"
bundle config set without 'test development mysql
bundle config set without 'test development mysql'
bundle install
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