Skip to content

Commit c12f000

Browse files
committed
Clone rockbed fully
1 parent 55ec9e5 commit c12f000

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.github/actions/setup-boost-devnet/action.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ runs:
2626
steps:
2727
- name: Run Devnet
2828
shell: bash
29+
working-directory: /tmp
2930
run: |
30-
cd devnet
31+
git clone --depth 1 --branch masih/gh-actions https://github.com/filecoin-shipyard/rockbed.git
32+
cd rockbed/deploy/docker-compose
3133
docker compose up -d
File renamed without changes.

0 commit comments

Comments
 (0)