Skip to content

Commit 1fd14ef

Browse files
author
Itxaka Serrano
committed
create the actual git user in postgres
1 parent 8d34cbe commit 1fd14ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cache: bundler
1313
# install local gitlab
1414
before_install:
1515
- sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake git-core
16-
- psql -c 'create database git;' -U postgres
16+
- psql -c 'CREATE USER git CREATEDB;' -U postgres
1717
- psql -c 'CREATE DATABASE gitlabhq_production OWNER git;' -U postgres
1818
- scripts/prepare_test_env.sh
1919
- scripts/install_gitlab.sh

0 commit comments

Comments
 (0)