Skip to content

Commit af991f7

Browse files
authored
Merge pull request ethereum-optimism#2663 from ethereum-optimism/fix/cleanup-ci
ci: cleanup circleci
2 parents 6710e4d + 3fc3af9 commit af991f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
yarn-monorepo:
6565
docker:
66-
- image: ethereumoptimism/js-builder:nightly
66+
- image: ethereumoptimism/js-builder:latest
6767
steps:
6868
- restore_cache:
6969
keys:
@@ -98,8 +98,7 @@ jobs:
9898
- integration-tests/node_modules
9999
- run:
100100
name: Build monorepo
101-
command: |
102-
yarn build
101+
command: yarn build
103102
- save_cache:
104103
key: v2-cache-yarn-build-{{ .Revision }}
105104
paths:
@@ -368,7 +367,7 @@ jobs:
368367
369368
bedrock-solidity:
370369
docker:
371-
- image: ethereumoptimism/js-builder:nightly
370+
- image: ethereumoptimism/js-builder:latest
372371
steps:
373372
- checkout
374373
- run:
@@ -468,7 +467,7 @@ jobs:
468467

469468
bedrock-integration-tests:
470469
machine:
471-
image: ethereumoptimism/js-builder:nightly
470+
image: ethereumoptimism/js-builder:latest
472471
docker_layer_caching: true
473472
steps:
474473
- checkout

0 commit comments

Comments
 (0)