From a3b7b6787b6bf080a4e1af269e426d3ebebaa3f7 Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Tue, 3 Dec 2024 19:40:06 +0100 Subject: [PATCH 1/2] chore: set beekeeper branch to 'lint' --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index ea348d2906..77e755d850 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -14,7 +14,7 @@ env: SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain" SETUP_CONTRACT_IMAGE_TAG: "0.9.2-rc7" BEELOCAL_BRANCH: "main" - BEEKEEPER_BRANCH: "master" + BEEKEEPER_BRANCH: "lint" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2 From 4da126a21814fcb1a015c66e677c874ce8bd0efa Mon Sep 17 00:00:00 2001 From: Ljubisa Date: Thu, 5 Dec 2024 09:32:37 +0100 Subject: [PATCH 2/2] chore: set beekeeper branch to master --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 77e755d850..ea348d2906 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -14,7 +14,7 @@ env: SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain" SETUP_CONTRACT_IMAGE_TAG: "0.9.2-rc7" BEELOCAL_BRANCH: "main" - BEEKEEPER_BRANCH: "lint" + BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2