Skip to content

Commit

Permalink
Remove noop in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Sep 4, 2023
1 parent b1d8ac3 commit 17357db
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,15 +363,6 @@ jobs:
command: cond_spot_run_tests circuits-x86_64-linux-clang-assert 1 x86_64 scripts/a3-tests -*.skip*
- *save_logs

circuits-end:
docker:
- image: cimg/base:current
resource_class: small
steps:
- run:
name: "Noop"
command: echo Noop

l1-contracts:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -1308,17 +1299,6 @@ workflows:
- circuits-x86_64-tests:
<<: *circuits-x86_64-test

- circuits-end:
requires:
- circuits-wasm-linux-clang
- circuits-wasm-linux-clang-assert
- circuits-x86_64-linux-clang-tidy
- circuits-x86_64-linux-clang
- circuits-x86_64-linux-clang-assert
- circuits-wasm-tests
- circuits-x86_64-tests
<<: *defaults

- l1-contracts: *defaults
- noir-contracts-build: *defaults

Expand Down Expand Up @@ -1437,7 +1417,7 @@ workflows:
- e2e-canary-test
- aztec-rpc-sandbox
- guides-writing-an-account-contract
<<: *defaults
<<: *deploy_defaults

- deploy-dockerhub:
requires:
Expand Down

0 comments on commit 17357db

Please sign in to comment.