Skip to content

Commit

Permalink
fix workspace attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent 386217a commit 0fb3a08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- tmp/bash.env
- /tmp/bash.env
check_goerli_rpc_endpoints:
circleci_ip_ranges: true
docker:
Expand All @@ -67,7 +67,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- bash.env
- /tmp/bash.env
check_mainnet_rpc_endpoints:
circleci_ip_ranges: true
docker:
Expand All @@ -89,15 +89,15 @@ jobs:
- persist_to_workspace:
root: .
paths:
- tmp/bash.env
- /tmp/bash.env
# TODO: remove/replace when there are real consumers of the RPC URLs
example_mainnet_job:
circleci_ip_ranges: true
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
- attach_workspace:
at: tmp
at: /tmp
- run: |
cat bash.env >> $BASH_ENV
- run:
Expand Down

0 comments on commit 0fb3a08

Please sign in to comment.