Skip to content

Commit

Permalink
chore: cluster installs renterd master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Dec 19, 2024
1 parent 5b09ae3 commit 7c3f4b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/hostd-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"options": {
"commands": [
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/hostd@master",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/renterd@dev",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/renterd@master",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/walletd@master",
"cd internal/cluster && go mod tidy",
"cd internal/cluster && go build -o bin/clusterd ./cmd/clusterd || echo 'BUILD FAILED'",
Expand Down
2 changes: 1 addition & 1 deletion apps/renterd-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"options": {
"commands": [
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/hostd@master",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/renterd@dev",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/renterd@master",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/walletd@master",
"cd internal/cluster && go mod tidy",
"cd internal/cluster && go build -o bin/clusterd ./cmd/clusterd || echo 'BUILD FAILED'",
Expand Down
2 changes: 1 addition & 1 deletion apps/walletd-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"options": {
"commands": [
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/hostd@master",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/renterd@dev",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/renterd@master",
"cd internal/cluster && GOPRIVATE=go.sia.tech go get -u go.sia.tech/walletd@master",
"cd internal/cluster && go mod tidy",
"cd internal/cluster && go build -o bin/clusterd ./cmd/clusterd || echo 'BUILD FAILED'",
Expand Down

0 comments on commit 7c3f4b1

Please sign in to comment.