Skip to content
Snippets Groups Projects
Commit ba8877bd8953 authored by Georges Racinet's avatar Georges Racinet
Browse files

registry pull-push: normalization of Omnibus clone path

This is more readable for help and other user feedback.
parent 715102336aa5
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
TARGET_IMAGE_REPOSITORY="octobus/heptapod"
HEPTAPOD_DOCKER_DIR = os.path.dirname(__file__)
OMNIBUS_HEPTAPOD_SOURCE = 'https://foss.heptapod.net/heptapod/omnibus-heptapod'
OMNIBUS_HEPTAPOD_CLONE_DEFAULT = os.path.join(
OMNIBUS_HEPTAPOD_CLONE_DEFAULT = os.path.realpath(os.path.join(
HEPTAPOD_DOCKER_DIR,
os.path.pardir,
'omnibus-heptapod'
......@@ -16,7 +16,7 @@
HEPTAPOD_DOCKER_DIR,
os.path.pardir,
'omnibus-heptapod'
)
))
parser = argparse.ArgumentParser(
description="Pull Heptapod image from registry.h.n and tag it "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment