Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 276cf4b

Browse files
authored
Merge pull request #78 from BlaineEXE/start-api-reorg
monorepo: move api directories into ./client
2 parents 9b8d302 + ab36b8a commit 276cf4b

16 files changed

+2
-10
lines changed

Makefile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,12 @@ all: unit build
2222
#.PHONY: reltools
2323
reltools: release-tools/build.make
2424
release-tools/build.make:
25-
$(eval CURDIR := $(shell pwd))
26-
$(eval TMP := $(shell mktemp -d))
27-
$(shell cd ${TMP} && git clone git@github.com:kubernetes-sigs/container-object-storage-interface-spec.git)
28-
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
29-
$(shell rm -rf ${TMP})
30-
ln -s release-tools/travis.yml travis.yml
31-
25+
echo "TODO: update kubernetes/test-infra when controller and sidecar can build successfully"
3226

3327
build:
34-
@echo " > Building binary..."
35-
go build $(GOFILES)
3628
test:
3729
unit:
38-
codegen:
30+
codegen:
3931
@echo "Running update-codegen to generate the code..."
4032
bash ./hack/update-codegen.sh
4133

File renamed without changes.

0 commit comments

Comments
 (0)