Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 4, 2023
1 parent 9b8e0db commit a0bef0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a0bef0a

Please sign in to comment.