Skip to content

Commit

Permalink
fix: remove bobc as dependency, leverage earthly for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Dec 15, 2023
1 parent 696c153 commit 10aa8ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .bob.workspace

This file was deleted.

8 changes: 8 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
VERSION 0.7
PROJECT sonrhq/testnet-1

# init - Initializes the base repository and clones dependencies
init:
LOCALLY
GIT CLONE git@github.com:sonrhq/chain.git chain
GIT CLONE git@github.com:sonrhq/identity.git identity
GIT CLONE git@github.com:sonrhq/rails.git rails
GIT CLONE git@github.com:sonrhq/service.git service

0 comments on commit 10aa8ee

Please sign in to comment.