Skip to content
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
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ endif
#
# Note that if you're using Kind, this image will never actually be pushed to
# the registry.
ifdef HNC_REGISTRY
HNC_IMG = ${HNC_REGISTRY}/${HNC_IMG_NAME}:${HNC_IMG_TAG}
else
HNC_IMG = ${HNC_IMG_NAME}:${HNC_IMG_TAG}
endif
HNC_IMG = ${HNC_IMG_NAME}:${HNC_IMG_TAG}

# Determine the OS Name, linux/darwin
OS_NAME := $(shell go env GOOS)
Expand Down Expand Up @@ -352,8 +348,6 @@ endif
@echo
@sleep 3

###################### RELEASE ACTIONS #########################

# Generate the Krew manifest and put it in manifests/. Note that 'manifests' must exist because
# krew-build calls krew-tar calls build calls manifests.
HNC_RELEASE_REPO_OWNER ?= pfnet
Expand Down
7 changes: 0 additions & 7 deletions cloudbuild-build.yaml

This file was deleted.

168 changes: 0 additions & 168 deletions cloudbuild.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions docs/automated-builds.md

This file was deleted.

Loading