Revert "Testing CircleCI with custom postgres env"

This reverts commit a36299f0df.
This commit is contained in:
c0de 2018-03-08 20:09:20 -06:00 committed by David Todd
parent a36299f0df
commit d08fb28c78
1 changed files with 1 additions and 12 deletions

View File

@ -3,17 +3,6 @@
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
services:
postgres:
image: circleci/postgres:9.4
environment:
POSTGRES_PASSWORD: totallyHacked1337
POSTGRES_USER: imagehost
POSTGRES_DB: imagehost_db
ports:
- '5432:5432'
jobs:
build:
docker:
@ -24,7 +13,7 @@ jobs:
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
- image: postgres
- image: circleci/postgres:9.4
working_directory: ~/repo