Skip to content

Commit

Permalink
debug and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent 1366a37 commit e463d83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
name: Check Goerli RPC Endpoints
command: |
ls -al
ls ops/verify_geth_endpoint.sh
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
1 change: 0 additions & 1 deletion .github/workflows/define_rpc_endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Check RPC Endpoints
id: check_endpoints
run: |
export TIME_DIFF_THRESHOLD="30"
if ops/verify-geth-endpoint.sh "${{ matrix.l1_rpc_url }}"; then
if ops/verify-geth-endpoint.sh "${{ matrix.l2_rpc_url }}"; then
echo "Both RPC endpoints are up to date and not syncing."
Expand Down

0 comments on commit e463d83

Please sign in to comment.