From 8109e8a93a72f497f0f07472ad2a7151e69cee26 Mon Sep 17 00:00:00 2001 From: Igor Sereda Date: Tue, 16 Jul 2024 03:59:04 +0300 Subject: [PATCH] Switch to rebased on master branch from MR --- .github/workflows/build.yml | 2 +- envs/etherlink-paris.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3bee25..9c4b45c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: OCTEZ_PROTO=PsParisC PACKAGE=evm_kernel TEZOS_REPO=https://gitlab.com/tezos/tezos.git - TEZOS_REPO_BRANCH=m-kus@etherlink-fa-bridge-tez-deposit-events + TEZOS_REPO_BRANCH=master CACHEBUST=${{ steps.cachebust.outputs.date }} CI_COMMIT_SHA=dev push: true diff --git a/envs/etherlink-paris.env b/envs/etherlink-paris.env index b9478ad..cc07128 100644 --- a/envs/etherlink-paris.env +++ b/envs/etherlink-paris.env @@ -2,4 +2,4 @@ OCTEZ_TAG=master OCTEZ_PROTO=PsParisC NETWORK=pariscnet TEZOS_REPO=https://gitlab.com/tezos/tezos.git -TEZOS_REPO_BRANCH=m-kus@etherlink-fa-bridge-tez-deposit-events +TEZOS_REPO_BRANCH=master