Skip to content

Commit

Permalink
Fix yaml indentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuling authored and jefmoura committed Dec 5, 2017
1 parent 09c27bb commit fad9889
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ pipeline:
branches: [master, dev-v2]

services:
postgres:
image: postgres:9.6
environment:
POSTGRES_DB: tola_activity
POSTGRES_USER: root
POSTGRES_PASSWORD: root
postgres:
image: postgres:9.6
environment:
POSTGRES_DB: tola_activity
POSTGRES_USER: root
POSTGRES_PASSWORD: root

matrix:
PYTHON_VERSION:
Expand Down

0 comments on commit fad9889

Please sign in to comment.