Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 14, 2023
1 parent 6ea289f commit 780a407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ jobs:
- *setup_env
- run:
name: "Build and test"
command: build aztec-sandbox-final true
command: force_deploy_build aztec-sandbox-x86_64 true

aztec-sandbox-arm64:
machine:
Expand All @@ -603,7 +603,7 @@ jobs:
- *setup_env
- run:
name: "Build and test"
command: build aztec-sandbox-final true
command: force_deploy_build aztec-sandbox-arm64 true

circuits-js:
machine:
Expand Down
2 changes: 1 addition & 1 deletion build-system/scripts/force_deploy_build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ shift

# if FORCE_BUILD is already set, just continue with it
if [[ $FORCE_BUILD == 'true' ]]; then
build $REPOSITORY $FORCE_BUILD
build $REPOSITORY "true"
exit 0
fi

Expand Down

0 comments on commit 780a407

Please sign in to comment.