From b37bf0092ea86d537884140efb9823f9655d1242 Mon Sep 17 00:00:00 2001 From: Tushar Shah Date: Wed, 15 Nov 2023 09:30:52 -0700 Subject: [PATCH] more debug: --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27ab3ae0..e17dc942 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: name: Check Goerli RPC Endpoints command: | ls -al - ls ops/verify_geth_endpoint.sh + ls -al ops if ops/verify_geth_endpoint.sh "<< pipeline.parameters.l1_goerli_rpc_url >>" && \ ops/verify_geth_endpoint.sh "<< pipeline.parameters.l2_goerli_rpc_url >>"; then echo "Both RPC endpoints are up to date and not syncing."