Skip to content

Commit

Permalink
chore: Fixed typo in build system (#3501)
Browse files Browse the repository at this point in the history
This PR fixes a typo in the CCI config file

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [ ] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
PhilWindle committed Dec 1, 2023
1 parent 537d552 commit 3a80ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ jobs:
deploy_dockerhub cli x86_64,arm64
deploy_dockerhub faucet x86_64,arm64
deploy_dockerhub mainnet-fork x86_64,arm64
dpeloy_dockerhub l1-contracts x86_64,arm64
deploy_dockerhub l1-contracts x86_64,arm64
deploy-devnet:
machine:
Expand Down

0 comments on commit 3a80ac2

Please sign in to comment.