From 6b440f1546d4f4e7df7ff624f523f0ca0410beb0 Mon Sep 17 00:00:00 2001 From: cristi8 Date: Mon, 15 Mar 2021 11:56:55 +0200 Subject: [PATCH] [ci test] fixed permissions, removed testing from ci test branch --- .circleci/build-and-deploy.sh | 0 .circleci/config.yml | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 .circleci/build-and-deploy.sh diff --git a/.circleci/build-and-deploy.sh b/.circleci/build-and-deploy.sh old mode 100644 new mode 100755 diff --git a/.circleci/config.yml b/.circleci/config.yml index 19214ad1d..0dd8f5deb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,10 @@ workflows: version: 2.1 test: jobs: - - test_server + - test_server: + filters: + branches: + ignore: cristi/fe-be-separation deploy-latest: jobs: - docker_build_and_deploy: