From c728f90dcf2cd03ef3e69e197d2d2c5b61c4f097 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 15 Feb 2023 12:11:42 +0200 Subject: [PATCH] TeamCity,Documentation: use new TeamCity URL (#3275) Change delve.beta.teamcity.com to delve.teamcity.com. --- .teamcity/pom.xml | 2 +- README.md | 2 +- service/dap/server_test.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.teamcity/pom.xml b/.teamcity/pom.xml index 1292800a..77a34595 100644 --- a/.teamcity/pom.xml +++ b/.teamcity/pom.xml @@ -22,7 +22,7 @@ teamcity-server - https://delve.beta.teamcity.com/app/dsl-plugins-repository + https://delve.teamcity.com/app/dsl-plugins-repository true diff --git a/README.md b/README.md index a607a13a..597cef12 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE) [![GoDoc](https://godoc.org/github.com/go-delve/delve?status.svg)](https://godoc.org/github.com/go-delve/delve) -[![Build Status](https://delve.beta.teamcity.com/app/rest/builds/buildType:(id:Delve_AggregatorBuild)/statusIcon.svg)](https://delve.beta.teamcity.com/viewType.html?buildTypeId=Delve_AggregatorBuild&guest=1) +[![Build Status](https://delve.teamcity.com/app/rest/builds/buildType:(id:Delve_AggregatorBuild)/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. diff --git a/service/dap/server_test.go b/service/dap/server_test.go index 4e8b7a61..8b775487 100644 --- a/service/dap/server_test.go +++ b/service/dap/server_test.go @@ -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