From a86df2c2791eeaf192865a40cb885ad542ba58da Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Tue, 12 Jan 2021 17:02:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bd9651..91c7190 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,12 +108,10 @@ workflows: requires: - build - deploy-heroku: - context: Heroku + context: Heroku-tp-final requires: - build - # - test (We don't require test as there's a problem with them atm) - docker-build-push: - context: Docker + context: Docker-tp-final requires: - - build - # - test (We don't require test as there's a problem with them atm) \ No newline at end of file + - build \ No newline at end of file