Skip to content

Commit

Permalink
feat: cli wallet on CircleCI (#7745)
Browse files Browse the repository at this point in the history
fixed workflow
  • Loading branch information
Thunkar authored Aug 2, 2024
1 parent 4b793b0 commit e851b97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
command: build aztec
aztec_manifest_key: aztec

aztec-builder:
cli-wallet:
machine:
image: default
resource_class: small
Expand All @@ -369,8 +369,8 @@ jobs:
- *setup_env
- run:
name: "Build image"
command: build aztec-builder
aztec_manifest_key: aztec-builder
command: build cli-wallet
aztec_manifest_key: cli-wallet

end-to-end:
machine:
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
should_release || exit 0
deploy_dockerhub aztec-nargo
deploy_dockerhub aztec
deploy_dockerhub aztec-builder
deploy_dockerhub cli-wallet
- run:
name: "Release canary to NPM: bb.js"
command: |
Expand Down Expand Up @@ -584,7 +584,7 @@ workflows:

# Artifacts
- aztec-package: *defaults_yarn_project
- aztec-builder: *defaults_yarn_project
- cli-wallet: *defaults_yarn_project

# End to end tests.
- e2e-join:
Expand All @@ -602,7 +602,7 @@ workflows:
- barretenberg-wasm-linux-clang
- barretenberg-docs
- e2e-join
- aztec-builder
- cli-wallet
<<: *defaults

# Production releases.
Expand Down

0 comments on commit e851b97

Please sign in to comment.