chore: s|runner.forgejo.org|code.forgejo.org/forgejo/runner| (#747)
So that it can be used as a package. Not useful right away, but a precondition to merge the ACT repository into the runner repository. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/747 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
0e6951213b
commit
b032f2a540
20 changed files with 51 additions and 51 deletions
|
|
@ -19,7 +19,7 @@ import (
|
|||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/types/known/timestamppb"
|
||||
|
||||
"runner.forgejo.org/internal/pkg/client"
|
||||
"code.forgejo.org/forgejo/runner/internal/pkg/client"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
"google.golang.org/protobuf/types/known/structpb"
|
||||
|
||||
"runner.forgejo.org/internal/pkg/client/mocks"
|
||||
"runner.forgejo.org/internal/pkg/testutils"
|
||||
"code.forgejo.org/forgejo/runner/internal/pkg/client/mocks"
|
||||
"code.forgejo.org/forgejo/runner/internal/pkg/testutils"
|
||||
)
|
||||
|
||||
func rowsToString(rows []*runnerv1.LogRow) string {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
package ver
|
||||
|
||||
// go build -ldflags "-X runner.forgejo.org/internal/pkg/ver.version=1.2.3"
|
||||
// go build -ldflags "-X code.forgejo.org/forgejo/runner/internal/pkg/ver.version=1.2.3"
|
||||
var version = "dev"
|
||||
|
||||
func Version() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue