diff --git a/.circleci/config.yml b/.circleci/config.yml index 79cabfbf..d4054f13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -67,7 +67,7 @@ jobs: - persist_to_workspace: root: . paths: - - bash.env + - /tmp/bash.env check_mainnet_rpc_endpoints: circleci_ip_ranges: true docker: @@ -89,7 +89,7 @@ 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 @@ -97,7 +97,7 @@ jobs: - 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: