From 8fe624872e406f4cca924a5c9885cef5e833b1ea Mon Sep 17 00:00:00 2001 From: cristi8 Date: Mon, 15 Mar 2021 22:08:12 +0200 Subject: [PATCH] [ci test] ready for merge --- .circleci/config.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9be93f19b7..49998e13a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,10 +10,7 @@ workflows: version: 2.1 test: jobs: - - test_server: - filters: - branches: - ignore: cristi/fe-be-separation + - test_server deploy-latest: jobs: - docker_build_and_deploy: @@ -30,13 +27,6 @@ workflows: only: /^v.*/ branches: ignore: /.*/ - test-separation: - jobs: - - docker_build_and_deploy: - context: main-builds - filters: - branches: - only: cristi/fe-be-separation jobs: test_server: