1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Switch to go vanity urls (#2706)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
6543
2023-11-07 08:04:33 +01:00
committed by GitHub
parent 9648765ae5
commit 5a7b689e30
293 changed files with 755 additions and 754 deletions

View File

@@ -19,11 +19,11 @@ import (
"github.com/stretchr/testify/assert"
backend_types "github.com/woodpecker-ci/woodpecker/pipeline/backend/types"
"github.com/woodpecker-ci/woodpecker/pipeline/frontend/metadata"
yaml_types "github.com/woodpecker-ci/woodpecker/pipeline/frontend/yaml/types"
yaml_base_types "github.com/woodpecker-ci/woodpecker/pipeline/frontend/yaml/types/base"
"github.com/woodpecker-ci/woodpecker/shared/constant"
backend_types "go.woodpecker-ci.org/woodpecker/pipeline/backend/types"
"go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata"
yaml_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types"
yaml_base_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base"
"go.woodpecker-ci.org/woodpecker/shared/constant"
)
func TestSecretAvailable(t *testing.T) {