mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 10:39:21 +00:00
Switch to go vanity urls (#2706)
Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
@@ -24,8 +24,8 @@ import (
|
||||
"k8s.io/apimachinery/pkg/api/resource"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
||||
"github.com/woodpecker-ci/woodpecker/pipeline/backend/common"
|
||||
"github.com/woodpecker-ci/woodpecker/pipeline/backend/types"
|
||||
"go.woodpecker-ci.org/woodpecker/pipeline/backend/common"
|
||||
"go.woodpecker-ci.org/woodpecker/pipeline/backend/types"
|
||||
)
|
||||
|
||||
func Pod(namespace string, step *types.Step, labels, annotations map[string]string, goos string) (*v1.Pod, error) {
|
||||
|
Reference in New Issue
Block a user