Skip to content

Commit

Permalink
Merge pull request #503 from bn222/master
Browse files Browse the repository at this point in the history
Remove unused VERSION variable and accidentally added file
  • Loading branch information
adrianchiris committed Sep 11, 2023
2 parents 5075807 + ded9eca commit 7c2116e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 75 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ PKGS=$(shell go list ./... | grep -v -E '/vendor/|/test|/examples')
# go source files, ignore vendor directory
SRC = $(shell find . -type f -name '*.go' -not -path "./vendor/*")

# Current Operator version
VERSION ?= 4.7.0
ifneq ($(origin CHANNELS), undefined)
BUNDLE_CHANNELS := --channels=$(CHANNELS)
endif
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions config/manifests/kustomization.yaml

This file was deleted.

0 comments on commit 7c2116e

Please sign in to comment.