Skip to content

Commit

Permalink
[e2e] Fix multi-repo test (#18929)
Browse files Browse the repository at this point in the history
* Empty

* [e2e] Fix multi-repo test
  • Loading branch information
WVerlaek authored Oct 16, 2023
1 parent e1833f6 commit bd88436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/components/ws-manager/multi_repo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ var repos = []struct {
CheckoutLocation: "gitpod",
},
{
RemoteUri: "https://github.com/gitpod-io/website",
RemoteUri: "https://github.com/gitpod-io/workspace-images",
CloneTarget: "main",
ExpectedBranch: "main",
CheckoutLocation: "website",
CheckoutLocation: "workspace-images",
},
{
RemoteUri: "https://github.com/gitpod-io/dazzle",
Expand Down

0 comments on commit bd88436

Please sign in to comment.