From c3f0af25d24d4d0ac8d8604b7a85c2934786a4ac Mon Sep 17 00:00:00 2001 From: Nicolas Droissart Date: Mon, 18 Jan 2021 17:26:14 +0100 Subject: [PATCH] :construction_worker: fix indentation issues --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d61218..7a01194 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,19 +44,19 @@ jobs: POSTGRES_USER: myUsr POSTGRES_DB: psdb POSTGRES_PASSWORD: somePwd - steps: - - checkout - - restore_cache: - key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} - - run: - name: Waiting for postgresql - command : dockerize -wait tcp://localhost:5432 -timeout 1m - - run: - name: Launching tests - command: | - . venv/bin/activate - flask db upgrade - flask test + steps: + - checkout + - restore_cache: + key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} + - run: + name: Waiting for postgresql + command : dockerize -wait tcp://localhost:5432 -timeout 1m + - run: + name: Launching tests + command: | + . venv/bin/activate + flask db upgrade + flask test deploy-heroku: docker: - image : buildpack-deps:trusty