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."