From 386217a6ec0e424eecba5d2a0555d549ce7c0259 Mon Sep 17 00:00:00 2001 From: Tushar Shah Date: Wed, 15 Nov 2023 10:28:18 -0700 Subject: [PATCH] fix workspace attachment --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54439331..79cabfbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ jobs: - persist_to_workspace: root: . paths: - - bash.env + - tmp/bash.env check_goerli_rpc_endpoints: circleci_ip_ranges: true docker: @@ -89,7 +89,7 @@ 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 @@ -97,7 +97,7 @@ jobs: - 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: