Skip to content

Commit

Permalink
fixup! fixup! feat: adapt to new node version (2025-01-28)
Browse files Browse the repository at this point in the history
using tag
  • Loading branch information
miltonjonat committed Jan 29, 2025
1 parent 44ab24c commit e9e4bb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Clone Node V2 (avoid submodules)
run: |
git clone -b feature/new-build --recurse-submodules https://github.com/cartesi/rollups-node.git
git clone -b v2.0.0-dev-20250128 --depth 1 --recurse-submodules https://github.com/cartesi/rollups-node.git
- name: Wait for PostgreSQL to be ready
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To build:
go build
```

To run, first you need to run the appropriate version of the Cartesi Rollups Node from its [repository](https://github.com/cartesi/rollups-node/tree/feature/new-build):
To run, first you need to run the appropriate version of the Cartesi Rollups Node from its [repository](https://github.com/cartesi/rollups-node/releases/tag/v2.0.0-dev-20250128):

```bash
cd <path-to-cartesi-rollups-node>
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

rm -rf ./rollups-node

git clone -b feature/new-build --recurse-submodules https://github.com/cartesi/rollups-node.git
git clone -b v2.0.0-dev-20250128 --depth 1 --recurse-submodules https://github.com/cartesi/rollups-node.git

docker stop $(docker ps -q) || true

Expand Down

0 comments on commit e9e4bb9

Please sign in to comment.