From 30e795d40c5cbd4d48376488fd0e01b49944a097 Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Mon, 18 Jan 2021 03:36:10 +0100 Subject: [PATCH] :wrench: change .config/config.yml --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8595cbf..c7e6439 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,12 @@ jobs: keys: - v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} - v3-dependencies- + - run: + name: flask upgrade + command: | + . venv/bin/activate + sleep 1 + flask db upgrade - run: name: Run unit tests command: | @@ -84,4 +90,4 @@ workflows: - start_test - buildandpush_dockerhub: requires: - - build \ No newline at end of file + - buildandpush_dockerhub \ No newline at end of file