mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 22:53:09 +00:00
Fix error in workflow YAML file and update ingestion-core version (#6193)
This commit is contained in:
parent
615286ee50
commit
ee21d6b10e
2
.github/workflows/py-tests-3_9.yml
vendored
2
.github/workflows/py-tests-3_9.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
make coverage
|
make coverage
|
||||||
rm pom.xml
|
rm pom.xml
|
||||||
# fix coverage xml for github
|
# fix coverage xml report for github
|
||||||
sed -i 's/src\/metadata/\/github\/workspace\/ingestion\/src\/metadata/g'
|
sed -i 's/src\/metadata/\/github\/workspace\/ingestion\/src\/metadata/g'
|
||||||
|
|
||||||
- name: Push Results to Sonar
|
- name: Push Results to Sonar
|
||||||
|
@ -7,5 +7,5 @@ Provides metadata version information.
|
|||||||
|
|
||||||
from incremental import Version
|
from incremental import Version
|
||||||
|
|
||||||
__version__ = Version("metadata", 0, 12, 0)
|
__version__ = Version("metadata", 0, 12, 0, dev=0)
|
||||||
__all__ = ["__version__"]
|
__all__ = ["__version__"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user