Skip to content

Commit

Permalink
more debug:
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent e463d83 commit b37bf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit b37bf00

Please sign in to comment.