Skip to content

Commit

Permalink
test(e2e): cluster installs hostd master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Sep 11, 2024
1 parent ff5dc11 commit c01bc66
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 @@ -9,7 +9,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"cd internal/cluster && go get -u go.sia.tech/hostd@its-happening",
"cd internal/cluster && go get -u go.sia.tech/hostd@master",
"cd internal/cluster && go get -u go.sia.tech/renterd@dev",
"cd internal/cluster && go get -u go.sia.tech/walletd@master",
"cd internal/cluster && go mod tidy",
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 @@ -9,7 +9,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"cd internal/cluster && go get -u go.sia.tech/hostd@its-happening",
"cd internal/cluster && go get -u go.sia.tech/hostd@master",
"cd internal/cluster && go get -u go.sia.tech/renterd@dev",
"cd internal/cluster && go get -u go.sia.tech/walletd@master",
"cd internal/cluster && go mod tidy",
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 @@ -9,7 +9,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"cd internal/cluster && go get -u go.sia.tech/hostd@its-happening",
"cd internal/cluster && go get -u go.sia.tech/hostd@master",
"cd internal/cluster && go get -u go.sia.tech/renterd@dev",
"cd internal/cluster && go get -u go.sia.tech/walletd@master",
"cd internal/cluster && go mod tidy",
Expand Down

0 comments on commit c01bc66

Please sign in to comment.