From dea915238f8649dc39975ef334c07ffd9a7cf54b Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:01:16 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04043dd..d51654a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,13 +23,14 @@ jobs: # Service container image - - image: circleci/postgres:9.6.5-alpine-ram - auth: - username: $AUTH_DOCKER - password: $PSW_DOCKER # context / project UI env-var reference - environment: - POSTGRES_USER: root - POSTGRES_DB: test + - image: circleci/postgres:9.6-alpine + auth: + username: $AUTH_DOCKER + password: $PSW_DOCKER # context / project UI env-var reference + environment: + POSTGRES_USER: root + POSTGRES_DB: test + steps: - checkout # check out the code in the project directory - run: install postgresql-client-9.6