Fix for docker-composing
This commit is contained in:
parent
1ab19e8bd7
commit
1e29e589ac
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ matrix:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
||||||
- sudo -i -u postgres createuser szuru -D -R -S
|
- sudo -i -u postgres createuser szuru -D -R -S
|
||||||
- sudo -i -u postgres createdb szuru_test
|
- sudo -i -u post gres 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
|
||||||
|
@ -78,7 +78,7 @@ matrix:
|
||||||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||||
- chmod +x docker-compose
|
- chmod +x docker-compose
|
||||||
- sudo mv docker-compose /usr/local/bin
|
- sudo mv docker-compose /usr/local/bin
|
||||||
- cp server/config.yaml.dist config.yaml
|
- cp server/config.yaml.dist server/config.yaml
|
||||||
- cp docker-compose.yml.example docker-compose.yml
|
- cp docker-compose.yml.example docker-compose.yml
|
||||||
install:
|
install:
|
||||||
- docker-compose pull
|
- docker-compose pull
|
||||||
|
|
Reference in a new issue