From e851b979bd7d0b5a285c4f84e3534f8c1e121294 Mon Sep 17 00:00:00 2001 From: Gregorio Juliana Date: Fri, 2 Aug 2024 15:54:44 +0200 Subject: [PATCH] feat: cli wallet on CircleCI (#7745) fixed workflow --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.