diff --git a/.gitignore b/.gitignore index bd86eed..7a9a42d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ repos* **/.mypy_cache/ # build pulls the schema out of the container - ignore it -*.ibek.ioc.schema.json +*ibek.ioc.schema.json # while working on ibek with this project somethimes include it as subfolder ibek diff --git a/build b/build index 09ef815..4f000d5 100755 --- a/build +++ b/build @@ -27,4 +27,4 @@ done # it is called xxxxx.ioc.ibek.schema.json for project ioc-xxxxx podman run --entrypoint bash ${TAG} -c \ 'ibek ioc generate-schema /epics/links/ibek/*ibek.support.yaml' > \ - ${PROJECT#ioc-}.ibek.ioc.schema.json + ibek.ioc.schema.json