Skip to content

Commit

Permalink
exp: alternate arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Sep 3, 2023
1 parent baf336a commit 95f3e62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -973,16 +973,21 @@ 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
- run:
name: "Copy docs dockerignore"
command: cp docs/.dockerignore .
- run:
name: "Build docs"
working_directory: docs
command: cond_spot_run_test_script ./scripts/build.sh docs
command: build docs
- run:
name: "Remove dockerignore"
command: rm .dockerignore

e2e-join:
docker:
Expand Down
3 changes: 2 additions & 1 deletion build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"dependencies": []
},
"docs": {
"buildDir": "docs",
"buildDir": ".",
"dockerfile": "docs/Dockerfile",
"rebuildPatterns": [
"^docs/"
],
Expand Down

0 comments on commit 95f3e62

Please sign in to comment.