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 345071e commit 386217a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
- bash.env
- tmp/bash.env
check_goerli_rpc_endpoints:
circleci_ip_ranges: true
docker:
Expand Down Expand Up @@ -89,15 +89,15 @@ jobs:
- persist_to_workspace:
root: .
paths:
- 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: .
at: tmp
- run: |
cat bash.env >> $BASH_ENV
- run:
Expand Down

0 comments on commit 386217a

Please sign in to comment.