Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,12 @@ all: unit build
#.PHONY: reltools
reltools: release-tools/build.make
release-tools/build.make:
$(eval CURDIR := $(shell pwd))
$(eval TMP := $(shell mktemp -d))
$(shell cd ${TMP} && git clone git@github.com:kubernetes-sigs/container-object-storage-interface-spec.git)
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
$(shell rm -rf ${TMP})
ln -s release-tools/travis.yml travis.yml

echo "TODO: update kubernetes/test-infra when controller and sidecar can build successfully"

build:
@echo " > Building binary..."
go build $(GOFILES)
test:
unit:
codegen:
codegen:
@echo "Running update-codegen to generate the code..."
bash ./hack/update-codegen.sh

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.