Skip to content

Commit

Permalink
Update .circleci/config.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Stammler <[email protected]>
  • Loading branch information
raffaele-oplabs and sebastianst authored Mar 11, 2024
1 parent b278d47 commit 66310a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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="<<parameters.registry>>/<<parameters.repo>>/<<parameters.docker_name>>:<<pipeline.git.revision>>"
echo $IMAGE_PATH
Expand Down

0 comments on commit 66310a2

Please sign in to comment.