DANGER: move to config file to root
This commit is contained in:
parent
65bc40613d
commit
f45fd5f864
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ matrix:
|
||||||
- sudo -i -u postgres createdb szuru_test
|
- sudo -i -u postgres createdb szuru_test
|
||||||
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
||||||
- cd server
|
- cd server
|
||||||
- cp config.yaml.dist config.yaml
|
- cp config.yaml.dist ../config.yaml
|
||||||
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' config.yaml
|
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' ../config.yaml
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
|
|
Reference in a new issue