File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 46
46
SKIP_COSIGN_VERIFICATION : true
47
47
CREATE_CLUSTER : false
48
48
run : make e2e
49
+ - name : Print controller logs
50
+ if : always()
51
+ continue-on-error : true
52
+ run : |
53
+ kubectl -n source-system logs -l app=source-controller
49
54
50
55
kind-linux-arm64 :
51
56
# Hosted on Equinix
Original file line number Diff line number Diff line change @@ -61,9 +61,10 @@ ifeq ($(shell uname -s),Darwin)
61
61
ENVTEST_ARCH =amd64
62
62
endif
63
63
64
- all : build
64
+ all : manager
65
65
66
- build : # # Build manager binary
66
+ # Build manager binary
67
+ manager : generate fmt vet
67
68
go build $(GO_STATIC_FLAGS ) -o $(BUILD_DIR ) /bin/manager main.go
68
69
69
70
KUBEBUILDER_ASSETS? ="$(shell $(ENVTEST ) --arch=$(ENVTEST_ARCH ) use -i $(ENVTEST_KUBERNETES_VERSION ) --bin-dir=$(ENVTEST_ASSETS_DIR ) -p path) "
You can’t perform that action at this time.
0 commit comments