diff --git a/.circleci/config.yml b/.circleci/config.yml index da3d3003d44..2192378fa81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -360,7 +360,7 @@ jobs: command: build aztec aztec_manifest_key: aztec - aztec-builder: + cli-wallet: machine: image: default resource_class: small @@ -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: @@ -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: | @@ -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: @@ -602,7 +602,7 @@ workflows: - barretenberg-wasm-linux-clang - barretenberg-docs - e2e-join - - aztec-builder + - cli-wallet <<: *defaults # Production releases.