-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update main to be default (#521)
- Loading branch information
1 parent
b2d343d
commit be492bd
Showing
16 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ func TestService_Environment(t *testing.T) { | |
b.SetAuthor("OctoKitty") | ||
b.SetEmail("[email protected]") | ||
b.SetLink("https://example.company.com/github/octocat/1") | ||
b.SetBranch("master") | ||
b.SetRef("refs/heads/master") | ||
b.SetBranch("main") | ||
b.SetRef("refs/heads/main") | ||
b.SetBaseRef("") | ||
b.SetHeadRef("changes") | ||
b.SetHost("example.company.com") | ||
|
@@ -61,7 +61,7 @@ func TestService_Environment(t *testing.T) { | |
r.SetFullName("github/octocat") | ||
r.SetLink("https://github.com/github/octocat") | ||
r.SetClone("https://github.com/github/octocat.git") | ||
r.SetBranch("master") | ||
r.SetBranch("main") | ||
r.SetTimeout(30) | ||
r.SetVisibility("public") | ||
r.SetPrivate(false) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ func TestStep_Environment(t *testing.T) { | |
b.SetAuthor("OctoKitty") | ||
b.SetEmail("[email protected]") | ||
b.SetLink("https://example.company.com/github/octocat/1") | ||
b.SetBranch("master") | ||
b.SetRef("refs/heads/master") | ||
b.SetBranch("main") | ||
b.SetRef("refs/heads/main") | ||
b.SetBaseRef("") | ||
b.SetHeadRef("changes") | ||
b.SetHost("example.company.com") | ||
|
@@ -60,7 +60,7 @@ func TestStep_Environment(t *testing.T) { | |
r.SetFullName("github/octocat") | ||
r.SetLink("https://github.com/github/octocat") | ||
r.SetClone("https://github.com/github/octocat.git") | ||
r.SetBranch("master") | ||
r.SetBranch("main") | ||
r.SetTimeout(30) | ||
r.SetVisibility("public") | ||
r.SetPrivate(false) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ const ( | |
"author": "OctoKitty", | ||
"email": "[email protected]", | ||
"link": "https://vela.example.company.com/github/octocat/1", | ||
"branch": "master", | ||
"ref": "refs/heads/master", | ||
"branch": "main", | ||
"ref": "refs/heads/main", | ||
"base_ref": "", | ||
"host": "example.company.com", | ||
"runtime": "docker", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters