mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-17 17:02:52 +01:00
Fixed deployment script typo
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ def tag_version():
|
|||||||
logger.info(f"Current tag is {current_tag}")
|
logger.info(f"Current tag is {current_tag}")
|
||||||
|
|
||||||
with local.cwd(REPO_DIR):
|
with local.cwd(REPO_DIR):
|
||||||
images_output = docker_compose("images")
|
images_output = docker_compose("images")()
|
||||||
|
|
||||||
version_file = VERSIONS_DIR / f"{current_tag}.txt"
|
version_file = VERSIONS_DIR / f"{current_tag}.txt"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user