Skip to content

Commit 09f25e5

Browse files
Merge pull request #28 from ryotarai/ryotarai/remove-doc
Remove outdated code and doc (deprecate Cloud Build & GCR)
2 parents 1510a98 + f29f3e2 commit 09f25e5

File tree

5 files changed

+2
-408
lines changed

5 files changed

+2
-408
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ endif
3838
#
3939
# Note that if you're using Kind, this image will never actually be pushed to
4040
# the registry.
41-
ifdef HNC_REGISTRY
42-
HNC_IMG = ${HNC_REGISTRY}/${HNC_IMG_NAME}:${HNC_IMG_TAG}
43-
else
44-
HNC_IMG = ${HNC_IMG_NAME}:${HNC_IMG_TAG}
45-
endif
41+
HNC_IMG = ${HNC_IMG_NAME}:${HNC_IMG_TAG}
4642

4743
# Determine the OS Name, linux/darwin
4844
OS_NAME := $(shell go env GOOS)
@@ -352,8 +348,6 @@ endif
352348
@echo
353349
@sleep 3
354350

355-
###################### RELEASE ACTIONS #########################
356-
357351
# Generate the Krew manifest and put it in manifests/. Note that 'manifests' must exist because
358352
# krew-build calls krew-tar calls build calls manifests.
359353
HNC_RELEASE_REPO_OWNER ?= pfnet

cloudbuild-build.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

cloudbuild.yaml

Lines changed: 0 additions & 168 deletions
This file was deleted.

docs/automated-builds.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)