Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed May 10, 2021
1 parent 9ead17a commit f46d41f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ controller-gen:
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.0
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen


.PHONY: install-bindata
install-bindata:
go get -u github.com/jteeuwen/go-bindata/...
Expand Down Expand Up @@ -329,8 +328,12 @@ install-test-dependencies: controller-gen
&& go get github.com/axw/gocov/gocov \
&& go get github.com/AlekSi/gocov-xml \
&& go get github.com/wadey/gocovmerge \
&& go get k8s.io/code-generator/cmd/conversion-gen@v0.18.2 \
&& go get sigs.k8s.io/kind@v0.9.0 \

.PHONY: install-dependencies
install-dependencies:
go get github.com/mikefarah/yq/v4 \
&& go get k8s.io/code-generator/cmd/conversion-gen@v0.18.2 \
&& go get sigs.k8s.io/kustomize/kustomize/v3@v3.8.6

# Operator-sdk release version
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ steps:
arch=$(go env GOARCH)
go mod download
make install-kubebuilder
make install-dependencies
make install-test-dependencies
make generate-test-certs
workingDirectory: '$(System.DefaultWorkingDirectory)'
Expand Down

0 comments on commit f46d41f

Please sign in to comment.