From 031aed04b77f450ee52cdacf1f931630ba19fa65 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:10:52 +0000 Subject: [PATCH] exp --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4651bb4d69d..c45491534bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -973,13 +973,13 @@ jobs: command: cond_spot_run_test_script ./scripts/run_tests canary-build uniswap_trade_on_l1_from_l2.test.ts canary-build docker-compose-e2e-sandbox.yml build-docs: - docker: - - image: aztecprotocol/alpine-build-image - resource_class: small + machine: + image: ubuntu-2004:202010-01 + resource_class: large steps: - *checkout - *setup_env - - copy-dockerignore: + - run: name: "Copy docs dockerignore" command: cp docs/.dockerignore . - run: