From 66310a220520d7b24535aca2209c863b2fa73efd Mon Sep 17 00:00:00 2001 From: Raffaele <151576068+raffaele-oplabs@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:01:06 +0100 Subject: [PATCH] Update .circleci/config.yml Co-authored-by: Sebastian Stammler --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc82b2f0b0..ad9793ad98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -117,9 +117,8 @@ jobs: - run: name: Sign command: | - git clone https://github.com/ethereum-optimism/binary_signer + git clone --branch v1.0.3 --depth 1 https://github.com/ethereum-optimism/binary_signer cd binary_signer/signer - git checkout tags/v1.0.3 IMAGE_PATH="<>/<>/<>:<>" echo $IMAGE_PATH