Commit af991f77 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2663 from ethereum-optimism/fix/cleanup-ci

ci: cleanup circleci
parents 6710e4d6 3fc3af95
...@@ -63,7 +63,7 @@ jobs: ...@@ -63,7 +63,7 @@ jobs:
yarn-monorepo: yarn-monorepo:
docker: docker:
- image: ethereumoptimism/js-builder:nightly - image: ethereumoptimism/js-builder:latest
steps: steps:
- restore_cache: - restore_cache:
keys: keys:
...@@ -98,8 +98,7 @@ jobs: ...@@ -98,8 +98,7 @@ jobs:
- integration-tests/node_modules - integration-tests/node_modules
- run: - run:
name: Build monorepo name: Build monorepo
command: | command: yarn build
yarn build
- save_cache: - save_cache:
key: v2-cache-yarn-build-{{ .Revision }} key: v2-cache-yarn-build-{{ .Revision }}
paths: paths:
...@@ -368,7 +367,7 @@ jobs: ...@@ -368,7 +367,7 @@ jobs:
bedrock-solidity: bedrock-solidity:
docker: docker:
- image: ethereumoptimism/js-builder:nightly - image: ethereumoptimism/js-builder:latest
steps: steps:
- checkout - checkout
- run: - run:
...@@ -468,7 +467,7 @@ jobs: ...@@ -468,7 +467,7 @@ jobs:
bedrock-integration-tests: bedrock-integration-tests:
machine: machine:
image: ethereumoptimism/js-builder:nightly image: ethereumoptimism/js-builder:latest
docker_layer_caching: true docker_layer_caching: true
steps: steps:
- checkout - checkout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment