fix: CRW-2137 since DEV_WORKSPACE_CHE_OPERATOR_VERSION has been removed from dockerfile, remove from makefile too (#1034)

Change-Id: I7b6ed99b36c2b7a719855513b8da69ca0046bf7d
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/1035/head
Nick Boldt 2021-08-25 09:40:07 -04:00 committed by GitHub
parent 5cbbd327b2
commit de707b1dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ ECLIPSE_CHE_BACKUP_CRD="$(CRD_FOLDER)/org.eclipse.che_checlusterbackups.yaml"
ECLIPSE_CHE_RESTORE_CRD="$(CRD_FOLDER)/org.eclipse.che_checlusterrestores.yaml"
DEV_WORKSPACE_CONTROLLER_VERSION="main"
DEV_WORKSPACE_CHE_OPERATOR_VERSION="main"
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))