From 220278b4f6560b8c68d2b0f01021d6467c469be4 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Thu, 29 Jan 2026 18:59:10 +0200 Subject: [PATCH 1/3] Deploy temp master --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e69c5919..08fdd0949 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -217,6 +217,7 @@ workflows: branches: only: - master + - temp-master - deployDev: context: org-global @@ -246,3 +247,4 @@ workflows: branches: only: - master + - temp-master From 5b1d273c04d273bc62ae292e7393e24b1ed80edf Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Thu, 29 Jan 2026 19:20:26 +0200 Subject: [PATCH 2/3] Update CircleCI config to remove temp-master branch Removed 'temp-master' branch from deployment filters. --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08fdd0949..9e69c5919 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -217,7 +217,6 @@ workflows: branches: only: - master - - temp-master - deployDev: context: org-global @@ -247,4 +246,3 @@ workflows: branches: only: - master - - temp-master From f3f4538d8e9feb8a2e72445a8d0cc7981a751f20 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Thu, 29 Jan 2026 19:30:55 +0200 Subject: [PATCH 3/3] Comment out yarn_sb_build step in config.yml Comment out the running_yarn_sb_build step in CircleCI config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e69c5919..208343bcc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ build_steps: &build_steps # Initialization. - run: *install_deploysuite - run: *build_configuration_fetch - run: *running_yarn_build - - run: *running_yarn_sb_build + # - run: *running_yarn_sb_build - persist_to_workspace: *workspace_persist deploy_steps: &deploy_steps