Skip to content
Snippets Groups Projects
Commit 196ae03a authored by Yan Sushchynski (EPAM)'s avatar Yan Sushchynski (EPAM)
Browse files

fix baremetal

parent 9c90ddeb
No related branches found
No related tags found
1 merge request!151GONRG-6990_fix_versions_of_dags
Pipeline #189226 failed
0.18.0
\ No newline at end of file
......@@ -17,8 +17,7 @@ class DAGFileRenderer:
dag_file_data = f.read()
dag_file_data = DAGVersionGenerator(
dag_file_data,
f"{pathlib.Path(__file__).parent.resolve()}/VERSION"
dag_file_data
).add_dag_version()
with open(output_path, "w") as f:
......
# https://community.opengroup.org/osdu/platform/deployment-and-operations/base-containers-gc/dag-versioning
--extra-index-url https://community.opengroup.org/api/v4/projects/1341/packages/pypi/simple
osdu-dag-versioning
osdu-dag-versioning==1.1.0
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