Skip to content

Commit 0e8c21b

Browse files
solashRanbivas
authored andcommitted
get rid of igz_ prefix handling in the version (#11)
1 parent 75ad993 commit 0e8c21b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RPM_PATH = "iguazio_yum"
22
DEB_PATH = "iguazio_deb"
33
BINARY_NAME = "igz-fuse"
4-
VERSION = $(IGUAZIO_VERSION:igz_%=%)
4+
VERSION = $(IGUAZIO_VERSION)
55

66
.PHONY: build
77
build:

zetup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ def task_push_images(project, repository, tag, pushed_images_file_path):
108108
repository = repository.replace(tag, '').rstrip('/')
109109

110110
repository_user = os.path.join('k8s_apps', tag)
111-
if tag.startswith('igz_'):
112-
tag = tag.partition('_')[-1]
113111

114112
docker_image_name = 'flex-fuse:{0}'.format(tag)
115113
remote_docker_image_name = '{0}/{1}/{2}'.format(repository, repository_user, docker_image_name)

0 commit comments

Comments
 (0)