From eede72dc215a05356e533bf3e955e5296bc7233d Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Tue, 5 Nov 2019 09:41:39 +1000 Subject: [PATCH] commenting out circles publish on the release branch so we're ready for the release tomorrow and dont have jenkins & circle attempting to publish Signed-off-by: Joshua Fernandes --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d37a548f8a5..6552dc52c30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,6 +53,7 @@ commands: done - store_test_results: path: build/test-results + jobs: assemble: executor: besu_executor_xl @@ -202,7 +203,7 @@ workflows: branches: only: - master - - /^release-.*/ + #- /^release-.*/ requires: - integrationTests - unitTests @@ -214,7 +215,7 @@ workflows: branches: only: - master - - /^release-.*/ + #- /^release-.*/ requires: - integrationTests - unitTests