[WIP]create deployments commands #1822
ci.yaml
on: pull_request
Build image
11m 45s
Build cloud image
6m 33s
Build dind image
5m 16s
Trivy fs scan
37s
Unit test
11m 51s
Lint
3m 6s
Annotations
17 errors
Lint:
cmd/plural/api.go#L1
: # github.com/pluralsh/plural/cmd/plural
|
Lint:
cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
|
Lint:
cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment (typecheck)
|
Lint:
main.go#L9
could not import github.com/pluralsh/plural/cmd/plural (-: # github.com/pluralsh/plural/cmd/plural
|
Lint:
cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
|
Lint:
cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment) (typecheck)
|
Lint:
cmd/plural/api_test.go#L10
could not import github.com/pluralsh/plural/cmd/plural (-: # github.com/pluralsh/plural/cmd/plural
|
Lint:
cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
|
Lint:
cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment) (typecheck)
|
Lint:
pkg/console/describe.go#L238
Error return value of `printers.WriteEscaped` is not checked (errcheck)
|
Build cloud image
buildx failed with: ERROR: failed to solve: Canceled: context canceled
|
Build image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags '-s -w -X \"github.com/pluralsh/plural/cmd/plural.Version=${APP_VSN}\" -X \"github.com/pluralsh/plural/cmd/plural.Commit=${APP_COMMIT}\" -X \"github.com/pluralsh/plural/cmd/plural.Date=${APP_DATE}\"' -o plural ." did not complete successfully: exit code: 1
|
Unit test:
cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
|
Unit test:
cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment
|
Unit test:
cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
|
Unit test:
cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment
|
Unit test
Process completed with exit code 2.
|