This commit is contained in:
karel.picman@lbcfree.net 2020-12-18 08:27:45 +01:00
parent da22362547
commit 3988afce99
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ before_script:
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'eGCq9ueVpUH3'"; - sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'eGCq9ueVpUH3'";
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'localhost'"; - sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'localhost'";
- psql -c 'create database test;' -U postgres - psql -c 'create database test;' -U postgres
- psql -c "ALTER ROLE postgres WITH PASSWORD 'ErgiLXF5Nr4M'"
- export WORKSPACE=`pwd`/workspace - export WORKSPACE=`pwd`/workspace
- export PATH_TO_DMSF=`pwd` - export PATH_TO_DMSF=`pwd`
- export PATH_TO_REDMINE=$WORKSPACE/redmine - export PATH_TO_REDMINE=$WORKSPACE/redmine

View File

@ -2,4 +2,6 @@
test: test:
adapter: postgresql adapter: postgresql
database: test database: test
username: postgres
password: "ErgiLXF5Nr4M"
encoding: utf8 encoding: utf8