Fix trustgraph broken linkage (#109)

This commit is contained in:
cybermaggedon 2024-10-08 20:33:14 +01:00 committed by GitHub
parent 16aa6e0c6c
commit a711bc1dde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,7 @@ CONTAINER=docker.io/trustgraph/trustgraph-flow
update-package-versions:
mkdir -p trustgraph-cli/trustgraph
mkdir -p trustgraph/trustgraph
echo __version__ = \"${VERSION}\" > trustgraph-base/trustgraph/base_version.py
echo __version__ = \"${VERSION}\" > trustgraph-flow/trustgraph/flow_version.py
echo __version__ = \"${VERSION}\" > trustgraph-vertexai/trustgraph/vertexai_version.py