TeamCity,Documentation: use new TeamCity URL (#3275)
Change delve.beta.teamcity.com to delve.teamcity.com.
This commit is contained in:
parent
260229b979
commit
c728f90dcf
2
.teamcity/pom.xml
vendored
2
.teamcity/pom.xml
vendored
@ -22,7 +22,7 @@
|
||||
</repository>
|
||||
<repository>
|
||||
<id>teamcity-server</id>
|
||||
<url>https://delve.beta.teamcity.com/app/dsl-plugins-repository</url>
|
||||
<url>https://delve.teamcity.com/app/dsl-plugins-repository</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE)
|
||||
[](https://godoc.org/github.com/go-delve/delve)
|
||||
[/statusIcon.svg)](https://delve.beta.teamcity.com/viewType.html?buildTypeId=Delve_AggregatorBuild&guest=1)
|
||||
[/statusIcon.svg)](https://delve.teamcity.com/viewType.html?buildTypeId=Delve_AggregatorBuild&guest=1)
|
||||
|
||||
The GitHub issue tracker is for **bugs** only. Please use the [developer mailing list](https://groups.google.com/forum/#!forum/delve-dev) for any feature proposals and discussions.
|
||||
|
||||
|
@ -3680,7 +3680,7 @@ func TestLaunchSubstitutePath(t *testing.T) {
|
||||
// in the launch configuration to take care of the mapping.
|
||||
func TestAttachSubstitutePath(t *testing.T) {
|
||||
if runtime.GOOS == "windows" {
|
||||
t.Skip("test skipped on windows, see https://delve.beta.teamcity.com/project/Delve_windows for details")
|
||||
t.Skip("test skipped on Windows, see https://delve.teamcity.com/project/Delve_windows for details")
|
||||
}
|
||||
runTest(t, "loopprog", func(client *daptest.Client, fixture protest.Fixture) {
|
||||
cmd := execFixture(t, fixture)
|
||||
@ -5694,7 +5694,7 @@ func TestLaunchRequestWithEnv(t *testing.T) {
|
||||
|
||||
func TestAttachRequest(t *testing.T) {
|
||||
if runtime.GOOS == "windows" {
|
||||
t.Skip("test skipped on windows, see https://delve.beta.teamcity.com/project/Delve_windows for details")
|
||||
t.Skip("test skipped on Windows, see https://delve.teamcity.com/project/Delve_windows for details")
|
||||
}
|
||||
runTest(t, "loopprog", func(client *daptest.Client, fixture protest.Fixture) {
|
||||
// Start the program to attach to
|
||||
|
Loading…
Reference in New Issue
Block a user